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 46 of file tmeta.h.
template<bool Flag, unsigned Num1, unsigned Num2>
The documentation for this struct was generated from the following file: