Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
stxxl::IF< Flag, Type1, Type2 > Struct Template Reference

IF template metaprogramming statement. More...

#include <tmeta.h>

List of all members.

Public Types

typedef Type1 result

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 31 of file tmeta.h.


Member Typedef Documentation

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

Definition at line 33 of file tmeta.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines