clipp::match::positive_integers Class Reference

predicate that returns true if the input string represents a non-negative integer (with optional digit separators) More...

#include <clipp.h>

Public Member Functions

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

Detailed Description

predicate that returns true if the input string represents a non-negative integer (with optional digit separators)

Definition at line 1680 of file clipp.h.

Constructor & Destructor Documentation

◆ positive_integers()

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

Definition at line 1683 of file clipp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1685 of file clipp.h.


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