Antkeeper  0.0.1
Public Types | List of all members
math::hash::make_uint< T > Struct Template Reference

Provides an unsigned integer type of equivalent size to type T. More...

#include <make-uint.hpp>

Public Types

typedef std::make_unsigned< T >::type type
 Unsigned integer type of equivalent size to type T. More...
 

Detailed Description

template<class T>
struct math::hash::make_uint< T >

Provides an unsigned integer type of equivalent size to type T.

Definition at line 33 of file make-uint.hpp.

Member Typedef Documentation

◆ type

template<class T >
typedef std::make_unsigned<T>::type math::hash::make_uint< T >::type

Unsigned integer type of equivalent size to type T.

Definition at line 38 of file make-uint.hpp.


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