Public Member Functions | List of all members
always Struct Reference
Inheritance diagram for always:
Inheritance graph
[legend]
Collaboration diagram for always:
Collaboration graph
[legend]

Public Member Functions

template<class T >
constexpr bool operator() (const T &) const noexcept
 
template<class T1 , class T2 >
constexpr bool operator() (const T1 &, const T2 &) const noexcept
 
constexpr bool match (const std::string &, bool literal=false) const noexcept
 

Detailed Description

Definition at line 54 of file predicates.H.

Member Function Documentation

◆ operator()() [1/2]

constexpr bool operator() ( const T ) const
inlineconstexprnoexcept

Definition at line 59 of file predicates.H.

◆ operator()() [2/2]

constexpr bool operator() ( const T1 &  ,
const T2 &   
) const
inlineconstexprnoexcept

Definition at line 67 of file predicates.H.

◆ match()

constexpr bool match ( const std::string &  ,
bool  literal = false 
) const
inlineconstexprnoexcept

Definition at line 74 of file predicates.H.


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