SPH
Public Types | List of all members
Detail::SerializedType< Precise, T, std::enable_if_t< std::is_floating_point< T >::value > > Struct Template Reference

#include <Serializer.h>

Public Types

using Type = std::conditional_t< Precise, double, float >
 

Detailed Description

template<bool Precise, typename T>
struct Detail::SerializedType< Precise, T, std::enable_if_t< std::is_floating_point< T >::value > >

Definition at line 30 of file Serializer.h.

Member Typedef Documentation

◆ Type

template<bool Precise, typename T >
using Detail::SerializedType< Precise, T, std::enable_if_t< std::is_floating_point< T >::value > >::Type = std::conditional_t<Precise, double, float>

Definition at line 32 of file Serializer.h.


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