Struct length_eq¶
Defined in File forms.h
Inheritance Relationships¶
Base Type¶
public udho::forms::constraints::basic_constrain< length_eq >(Template Struct basic_constrain)
Struct Documentation¶
-
struct
udho::forms::constraints::length_eq: public udho::forms::constraints::basic_constrain<length_eq>¶ Public Types
-
typedef basic_constrain<length_eq>
base¶
Public Functions
-
length_eq(std::size_t length, std::string message = "")¶
-
bool
operator()(const std::string &value) const¶
Public Members
-
std::size_t
_length¶
-
typedef basic_constrain<length_eq>