C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
exprtk::details::cis_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 589 of file exprtk.hpp.

Member Function Documentation

◆ cmp()

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

Definition at line 591 of file exprtk.hpp.

592 {
593 return (std::tolower(c0) == std::tolower(c1));
594 }
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: