aimstil  5.0.5
til::enable_if_c< B, T > Struct Template Reference

Template tool to enable a template specialization under some condition. More...

#include <til/templateTools.h>

Inheritance diagram for til::enable_if_c< B, T >:

Public Types

typedef T type
 

Detailed Description

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

Template tool to enable a template specialization under some condition.

Definition at line 119 of file templateTools.h.

Member Typedef Documentation

◆ type

template<bool B, class T = void>
typedef T til::enable_if_c< B, T >::type

Definition at line 120 of file templateTools.h.


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