JUCE
Public Types | List of all members
TypeHelpers::SmallestFloatType< Type > Struct Template Reference

These templates are designed to take a type, and if it's a double, they return a double type; for anything else, they return a float type. More...

Public Types

typedef float type
 

Detailed Description

template<typename Type>
struct TypeHelpers::SmallestFloatType< Type >

These templates are designed to take a type, and if it's a double, they return a double type; for anything else, they return a float type.

Member Typedef Documentation

template<typename Type>
typedef float TypeHelpers::SmallestFloatType< Type >::type

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