Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
select.h File Reference

Select one of two types depending on bool switch. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  select< T1, T2, b >
 Primary template for selection between two types. More...
 
struct  select< T1, T2, true >
 Specialization for bool==true. More...
 
struct  select< T1, T2, false >
 Specialization for bool==false. More...
 

Detailed Description

Select one of two types depending on bool switch.

Definition in file select.h.