Struct can_construct_scalar_helper
Synopsis
#include <include/EASTL/internal/type_pod.h>
template <typename T>
struct can_construct_scalar_helper
Description
No description yet.
Methods
can overload |
Source
Lines 748-753 in include/EASTL/internal/type_pod.h.
template <typename T>
struct can_construct_scalar_helper
{
static eastl::true_type can(T);
static eastl::false_type can(...);
};