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)

Definition at line 1629 of file clipp.h.

Constructor & Destructor Documentation

◆ numbers()

clipp::match::numbers::numbers ( char  decimalPoint = '.',
char  digitSeparator = ' ',
char  exponentSeparator = 'e' 
)
inlineexplicit

Definition at line 1633 of file clipp.h.

Member Function Documentation

◆ operator()()

subrange clipp::match::numbers::operator() ( const arg_string s) const
inline

Definition at line 1641 of file clipp.h.


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