JUCE  v5.1.1-3-g1a0b28c73
JUCE API
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...

#include <juce_MathsFunctions.h>

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

◆ type

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

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