STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Types
|
Public Member Functions
|
List of all members
_Cmp_cs< _RxTraits > Struct Template Reference
Public Types
typedef _RxTraits::char_type
_Elem
Public Member Functions
bool
operator()
(
_Elem
_E1,
_Elem
_E2)
Member Typedef Documentation
template<class _RxTraits >
typedef _RxTraits::char_type
_Cmp_cs
< _RxTraits >::
_Elem
Member Function Documentation
template<class _RxTraits >
bool
_Cmp_cs
< _RxTraits >::operator()
(
_Elem
_E1
,
_Elem
_E2
)
inline
191
{
// return true if equal
192
return
(_E1 == _E2);
193
}
The documentation for this struct was generated from the following file:
VS2015/inc/
regex
Generated on Mon Jul 24 2017 18:15:45 for STLdoc by
1.8.8