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

Detailed Description

template<bool Flag, class Type1, class Type2>
struct stxxl::IF< Flag, Type1, Type2 >

IF template metaprogramming statement.

If Flag is true then IF<>::result is of type Type1 otherwise of IF<>::result is of type Type2

Definition at line 30 of file tmeta.h.

Public Types

typedef Type1 result
 

Member Typedef Documentation

template<bool Flag, class Type1, class Type2 >
typedef Type1 stxxl::IF< Flag, Type1, Type2 >::result

Definition at line 32 of file tmeta.h.


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