Classes
vpdt_enable_if.h File Reference

Use static booleans to control template instantiation. More...

Go to the source code of this file.

Classes

struct  vpdt_enable_if_c< B, T >
 
struct  vpdt_enable_if_c< false, T >
 
struct  vpdt_enable_if< Cond, T >
 
struct  vpdt_disable_if_c< B, T >
 
struct  vpdt_disable_if_c< true, T >
 
struct  vpdt_disable_if< Cond, T >
 

Detailed Description

Use static booleans to control template instantiation.

Author
Matthew Leotta
Date
March 16, 2009

These functions are borrow from Boost

  Modifications
   None

Definition in file vpdt_enable_if.h.