Struct length_eq

Inheritance Relationships

Base Type

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