AudRecordLib
Public Types
detail::IfThenElse< false, TrueType, FalseType > Struct Template Reference

#include <convert.h>

List of all members.

Public Types

typedef FalseType type

Detailed Description

template<class TrueType, class FalseType>
struct detail::IfThenElse< false, TrueType, FalseType >

False specialisation of the if base template typedefs the resulting type to the passed true type


Member Typedef Documentation

template<class TrueType , class FalseType >
typedef FalseType detail::IfThenElse< false, TrueType, FalseType >::type

Likewise, when the condition is false the type of the template is FalseType


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