neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::detail::wildcard_compare< Traits > Struct Template Reference

#include <string_utils.hpp>

Public Types

typedef Traits::char_type char_type
 

Public Member Functions

bool operator() (char_type c1, char_type c2) const
 

Detailed Description

template<typename Traits>
struct neolib::detail::wildcard_compare< Traits >

Definition at line 410 of file string_utils.hpp.

Member Typedef Documentation

◆ char_type

template<typename Traits >
typedef Traits::char_type neolib::detail::wildcard_compare< Traits >::char_type

Definition at line 412 of file string_utils.hpp.

Member Function Documentation

◆ operator()()

template<typename Traits >
bool neolib::detail::wildcard_compare< Traits >::operator() ( char_type  c1,
char_type  c2 
) const
inline

Definition at line 413 of file string_utils.hpp.


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