clipp::match::numbers Class Reference
predicate that returns the first substring match within the input string that rmeepresents a number (with at maximum one decimal point and digit separators) More...
#include <clipp.h>
Public Member Functions | |
numbers (char decimalPoint='.', char digitSeparator=' ', char exponentSeparator='e') | |
subrange | operator() (const arg_string &s) const |
Detailed Description
predicate that returns the first substring match within the input string that rmeepresents a number (with at maximum one decimal point and digit separators)
Constructor & Destructor Documentation
◆ numbers()
|
inlineexplicit |
Member Function Documentation
◆ operator()()
|
inline |
The documentation for this class was generated from the following file: