#include <variant.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 (...) |
typedef T OpcUa::has_const_iterator< T >::type |
typedef char OpcUa::has_const_iterator< T >::yes [private] |
static yes OpcUa::has_const_iterator< T >::test | ( | typename C::const_iterator * | ) | [static, private] |
static no OpcUa::has_const_iterator< T >::test | ( | ... | ) | [static, private] |
const bool OpcUa::has_const_iterator< T >::value = sizeof(test<T>(0)) == sizeof(yes) [static] |