__gnu_cxx::sortedassociativecontainerconcept(3)
NAME
__gnu_cxx::SortedAssociativeContainerConcept
SYNOPSIS
Public Types
typedef SortedAssociativeContainer::iterator Iterator
typedef SortedAssociativeContainer::const_iterator
Const_iterator
- Public Member Functions
- void constraints ()
void const_constraints (const SortedAssociativeContainer - &c)
- Public Attributes
- SortedAssociativeContainer::key_compare __kc
SortedAssociativeContainer::value_compare __vc
SortedAssociativeContainer::value_type __t
SortedAssociativeContainer::key_type __k
Iterator __p
Const_iterator cp
std::pair< Iterator, Iterator > __r std::pair< Const_iterator, Const_iterator > cr SortedAssociativeContainer::value_type * first
SortedAssociativeContainer::value_type * last
Detailed Description
- template<class SortedAssociativeContainer> struct
- __gnu_cxx::SortedAssociativeContainerConcept<
SortedAssociativeContainer >
Definition at line 882 of file boost_concept_check.h.
Author
- Generated automatically by Doxygen for libstdc++-v3 Source
- from the source code.
- libstdc++-v3 Source __gnuJcxx::SortedAssociativeCon