Wider.hpp File Reference
#include <PlayRho/Defines.hpp>
#include <cstdint>
#include <type_traits>

Go to the source code of this file.

Classes

struct  playrho::Wider< T >
 Wider data type obtainer. More...
 
struct  playrho::Wider< std::int8_t >
 Specialization of the Wider trait for signed 8-bit integers. More...
 
struct  playrho::Wider< std::uint8_t >
 Specialization of the Wider trait for unsigned 8-bit integers. More...
 
struct  playrho::Wider< std::int16_t >
 Specialization of the Wider trait for signed 16-bit integers. More...
 
struct  playrho::Wider< std::uint16_t >
 Specialization of the Wider trait for unsigned 16-bit integers. More...
 
struct  playrho::Wider< std::int32_t >
 Specialization of the Wider trait for signed 32-bit integers. More...
 
struct  playrho::Wider< std::uint32_t >
 Specialization of the Wider trait for unsigned 32-bit integers. More...
 
struct  playrho::Wider< float >
 Specialization of the Wider trait for float. More...
 
struct  playrho::Wider< double >
 Specialization of the Wider trait for double. More...
 

Namespaces

 playrho