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

using type = float
 

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

◆ type

template<typename Type>
using TypeHelpers::SmallestFloatType< Type >::type = float

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