STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::IF_N< Flag, Num1, Num2 > Struct Template Reference

Detailed Description

template<bool Flag, unsigned Num1, unsigned Num2>
struct stxxl::IF_N< Flag, Num1, Num2 >

If Flag is true then IF<>::result is Num1 otherwise of IF<>::result is Num2.

Definition at line 44 of file tmeta.h.

Public Types

enum  { result = Num1 }
 

Member Enumeration Documentation

template<bool Flag, unsigned Num1, unsigned Num2>
anonymous enum
Enumerator
result 

Definition at line 46 of file tmeta.h.


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