Template Struct enable_if_c

Struct Documentation

template<bool B, class T = void>
struct enable_if_c

Conditional class for (true) implementation of enable_if.

This is not for direct use, it just provides implementation.

Public Types

typedef T type