Electroneum
sfinae::is_not_container< T > Struct Template Reference

#include <sfinae_helpers.h>

Public Types

typedef T type
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
struct sfinae::is_not_container< T >

Definition at line 44 of file sfinae_helpers.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef T sfinae::is_not_container< T >::type

Definition at line 76 of file sfinae_helpers.h.

Member Data Documentation

◆ value

template<typename T >
const bool sfinae::is_not_container< T >::value
static
Initial value:
= (
(
sizeof(c_iter<T>(0)) == sizeof(true_type) &&
sizeof(v_type<T>(0)) == sizeof(true_type) &&
sizeof(k_type<T>(0)) == sizeof(true_type) &&
sizeof(m_type<T>(0)) == sizeof(true_type)
)
)

Definition at line 66 of file sfinae_helpers.h.


The documentation for this struct was generated from the following file: