C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::squashed_int< T > Struct Template Reference

Squashes integer types into [u]int_[8|16|32|64]_t equivalents. More...

#include <squashed_int.hpp>

Public Types

using tpair = int_types_by_size<sizeof(T)>
 
using type
 

Detailed Description

template<class T>
struct caf::detail::squashed_int< T >

Squashes integer types into [u]int_[8|16|32|64]_t equivalents.

Member Typedef Documentation

◆ type

template<class T >
using caf::detail::squashed_int< T >::type
Initial value:
std::conditional_t<std::is_signed_v<T>,
typename tpair::signed_type,
typename tpair::unsigned_type>

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