clipp::match::prefix_not Class Reference

predicate that returns true if the input string does not start with a given prefix More...

#include <clipp.h>

Public Member Functions

 prefix_not (arg_string p)
 
bool operator() (const arg_string &s) const
 

Detailed Description

predicate that returns true if the input string does not start with a given prefix

Definition at line 1747 of file clipp.h.

Constructor & Destructor Documentation

◆ prefix_not()

clipp::match::prefix_not::prefix_not ( arg_string  p)
inlineexplicit

Definition at line 1750 of file clipp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1752 of file clipp.h.


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