Public Types

OpenMesh::GenProg::IF< condition, Then, Else > Class Template Reference

Template IF w/o partial specialization. More...

#include </data1/home1/moebius/projects/release/OpenMesh-2.0/src/OpenMesh/Core/Utils/GenProg.hh>

List of all members.

Public Types

typedef Selector::template
Select< Then, Else >::Result 
Result

Detailed Description

template<bool condition, class Then, class Else>
class OpenMesh::GenProg::IF< condition, Then, Else >

Template IF w/o partial specialization.

Use it like

typedef IF<bool, Then, Else>::Result  ResultType;

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

acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .