SoPlex Documentation
Loading...
Searching...
No Matches
make_unsigned_or_unchanged< T, true > Struct Template Reference

#include <chrono.h>

Public Types

using type = typename std::make_unsigned<T>::type
 

Detailed Description

template<typename T>
struct detail::make_unsigned_or_unchanged< T, true >

Definition at line 708 of file chrono.h.

Member Typedef Documentation

◆ type

template<typename T >
using type = typename std::make_unsigned<T>::type

Definition at line 709 of file chrono.h.