clipp::match::integers Class Reference

predicate that returns true if the input string represents an integer (with optional digit separators) More...

#include <clipp.h>

Public Member Functions

 integers (char digitSeparator=' ')
 
subrange operator() (const arg_string &s) const
 

Detailed Description

predicate that returns true if the input string represents an integer (with optional digit separators)

Definition at line 1659 of file clipp.h.

Constructor & Destructor Documentation

◆ integers()

clipp::match::integers::integers ( char  digitSeparator = ' ')
inlineexplicit

Definition at line 1662 of file clipp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1664 of file clipp.h.


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