clipp::match::prefix Class Reference

predicate that returns true if the input string starts with a given prefix More...

#include <clipp.h>

Public Member Functions

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

Detailed Description

predicate that returns true if the input string starts with a given prefix

Definition at line 1726 of file clipp.h.

Constructor & Destructor Documentation

◆ prefix()

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

Definition at line 1729 of file clipp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1731 of file clipp.h.


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