OTest2
A C++ testing framework
|
#include <containertrait.h>
Static Public Member Functions | |
static bool | keyEqual (const Container_ &cont_, typename TypeTrait< typename MapTraitImplCommon< Container_ >::KeyType >::BestArg a_key_, typename TypeTrait< typename MapTraitImplCommon< Container_ >::KeyType >::BestArg b_key_) |
Compare equality of two keys. More... | |
![]() | |
static const_iterator | begin (const Container_ &cont_) |
Get the beginning forward iterator. More... | |
static const_iterator | end (const Container_ &cont_) |
Get ending iterator. More... | |
static std::pair< const_iterator, const_iterator > | equalRange (const Container_ &cont_, typename TypeTrait< KeyType >::BestArg key_) |
Get range of items with the same key. More... | |
Additional Inherited Members | |
![]() | |
typedef Container_::key_type | KeyType |
Type of the key. More... | |
typedef Container_::mapped_type | ValueType |
Type of the mapped value. More... | |
typedef Container_::const_iterator | const_iterator |
Definition at line 137 of file containertrait.h.
|
inlinestatic |
Compare equality of two keys.
Definition at line 142 of file containertrait.h.