aimstil  5.0.5
til::check< b > Struct Template Reference

Fails to compile if b is false. More...

#include <til/templateTools.h>

Public Types

typedef enable_if_c< b >::type type
 

Detailed Description

template<bool b>
struct til::check< b >

Fails to compile if b is false.

Offers a handy short-cut in in-class checks to the "typename enable_if_c<>::type".

Definition at line 172 of file templateTools.h.

Member Typedef Documentation

◆ type

template<bool b>
typedef enable_if_c<b>::type til::check< b >::type

Definition at line 172 of file templateTools.h.


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