|
Crunch
A Message Definition Language for Getting Things Right
|
Concept defining a value validator. More...
#include <crunch_validators.hpp>
Concept defining a value validator.
Validators implement a static Check method that validates a value and returns std::nullopt on success or an Error on failure.