clipp::match::length Class Reference

predicate that returns true if the length of the input string is wihtin a given interval More...

#include <clipp.h>

Public Member Functions

 length (std::size_t exact)
 
 length (std::size_t min, std::size_t max)
 
bool operator() (const arg_string &s) const
 

Detailed Description

predicate that returns true if the length of the input string is wihtin a given interval

Definition at line 1772 of file clipp.h.

Constructor & Destructor Documentation

◆ length() [1/2]

clipp::match::length::length ( std::size_t  exact)
inlineexplicit

Definition at line 1775 of file clipp.h.

◆ length() [2/2]

clipp::match::length::length ( std::size_t  min,
std::size_t  max 
)
inlineexplicit

Definition at line 1780 of file clipp.h.

Member Function Documentation

◆ operator()()

bool clipp::match::length::operator() ( const arg_string s) const
inline

Definition at line 1784 of file clipp.h.


The documentation for this class was generated from the following file: