Gobelijn API documentation
- generated for commit a0cbea7
|
Select one of two types depending on bool switch. More...
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... | |
Select one of two types depending on bool switch.
Definition in file select.h.