C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
exprtk::details::cs_match Struct Reference

#include <exprtk.hpp>

Static Public Member Functions

static bool cmp (const char_t c0, const char_t c1)
 

Detailed Description

Definition at line 581 of file exprtk.hpp.

Member Function Documentation

◆ cmp()

static bool exprtk::details::cs_match::cmp ( const char_t  c0,
const char_t  c1 
)
inlinestatic

Definition at line 583 of file exprtk.hpp.

584 {
585 return (c0 == c1);
586 }
bool match_impl(const Iterator pattern_begin, const Iterator pattern_end, const Iterator data_begin, const Iterator data_end, const typename std::iterator_traits< Iterator >::value_type &zero_or_more, const typename std::iterator_traits< Iterator >::value_type &exactly_one)
Definition exprtk.hpp:598

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