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

#include <convert.h>

List of all members.

Public Types

typedef TrueType type

Detailed Description

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

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


Member Typedef Documentation

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

The type of the template is TrueType when the condition is true


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