Struct StringLength

Struct Documentation

struct StringLength

check the length of a string

Public Types

using Message = StringLengthMessage

Public Functions

std::vector<Message> run(const ADMData &adm) const
template<typename F>
inline void visit(F f)

Public Members

std::vector<std::string> path

path to a string

CountRange range

acceptable number of characters

Public Static Functions

static inline std::string name()