Compile time check if type T has const iterator. More...
#include "attribute-container-accessor-helper.h"
Classes | |
| struct | no |
Public Types | |
| typedef T | type |
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(0)) == sizeof(yes) |
Private Types | |
| typedef char | yes |
Static Private Member Functions | |
| template<typename C > | |
| static yes | test (typename C::const_iterator *) |
| template<typename C > | |
| static no | test (...) |
Compile time check if type T has const iterator.
Definition at line 38 of file attribute-container-accessor-helper.h.
| typedef T ns3::has_const_iterator< T >::type |
Definition at line 48 of file attribute-container-accessor-helper.h.
|
private |
Definition at line 41 of file attribute-container-accessor-helper.h.
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 47 of file attribute-container-accessor-helper.h.