JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::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

using type = float
 

Detailed Description

template<typename Type>
struct juce::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.

@tags{Core}

Member Typedef Documentation

◆ type

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

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