vSMC
vSMC: Scalable Monte Carlo
Public Types | List of all members
vsmc::cxx11::make_unsigned< T > Struct Template Reference

#include <vsmc/cxx11/type_traits.hpp>

Public Types

typedef internal::apply_cv< T, typename internal::make_unsigned_impl< typename remove_cv< typename remove_reference< T >::type >::type >::type >::type type
 

Detailed Description

template<typename T>
struct vsmc::cxx11::make_unsigned< T >

Definition at line 205 of file type_traits.hpp.

Member Typedef Documentation

template<typename T >
typedef internal::apply_cv<T, typename internal::make_unsigned_impl<typename remove_cv< typename remove_reference<T>::type>::type>::type>::type vsmc::cxx11::make_unsigned< T >::type

Definition at line 1007 of file type_traits.hpp.