Template Struct ElementInList
Defined in File validate.hpp
Struct Documentation
-
template<typename T>
struct ElementInList check that an element is one of a given list of values
T is the unwrapped element type, e.g. string
Public Types
-
using Message = ElementInListMessage<T>
Public Functions
Public Members
-
std::vector<std::string> path
path to the elements to check
Public Static Functions
-
static inline std::string name()
-
using Message = ElementInListMessage<T>