Crunch
A Message Definition Language for Getting Things Right
Loading...
Searching...
No Matches
Crunch::IsPresenceValidator Concept Reference

Concept for validators that check field presence semantics. More...

#include <crunch_validators.hpp>

Concept definition

template<typename T>
std::same_as<T, Required> || std::same_as<T, Optional>
Concept for validators that check field presence semantics.
Definition: crunch_validators.hpp:128

Detailed Description

Concept for validators that check field presence semantics.