Struct exact_length

Struct Documentation

struct udho::form::validators::exact_length

Public Functions

exact_length(std::size_t length, std::string custom = "")
bool operator()(const std::string &value, std::string &error) const

Public Members

std::size_t _length
std::string _custom