DxLibEx
float_promote.hpp File Reference
#include <type_traits>
#include "dxlibex/config/defines.h"
#include "dxlibex/type_traits/first_enabled.hpp"
Include dependency graph for float_promote.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dxle::type_traits::detail::float_promote1< T >
 
struct  dxle::type_traits::detail::float_promote2< T, U, is_arithmetic >
 
struct  dxle::type_traits::detail::float_promote2< T, U, true >
 
struct  dxle::type_traits::detail::float_promote_impl< Types >
 
struct  dxle::type_traits::detail::float_promote_impl< T, U, Tail... >
 
struct  dxle::type_traits::detail::float_promote_impl< T >
 
struct  dxle::type_traits::float_promote< Types >
 

Namespaces

 dxle
 
 dxle::type_traits
 inline
 
 dxle::type_traits::detail
 

Typedefs

template<typename... Types>
using dxle::type_traits::float_promote_t = typename dxle::float_promote< Types... >::type