Antkeeper  0.0.1
Classes | Namespaces | Typedefs
make-uint.hpp File Reference
#include <cstdint>
#include <type_traits>

Go to the source code of this file.

Classes

struct  math::hash::make_uint< T >
 Provides an unsigned integer type of equivalent size to type T. More...
 
struct  math::hash::make_uint< float >
 Provides an unsigned integer type of equivalent size to float. More...
 
struct  math::hash::make_uint< double >
 Provides an unsigned integer type of equivalent size to double. More...
 

Namespaces

 math
 Mathematical functions and data types.
 
 math::hash
 Hash functions.
 

Typedefs

template<class T >
using math::hash::make_uint_t = typename make_uint< T >::type
 Helper type for make_uint. More...