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
190
{
// return true if equal
191
return
(_E1 == _E2);
192
}
The documentation for this struct was generated from the following file:
VS2017/inc/
regex
Generated on Sat Jul 22 2017 14:36:04 for STLdoc by
1.8.8