#include "di/function/invoke.h"
#include "di/math/numeric_limits.h"
#include "di/meta/constexpr.h"
#include "di/types/prelude.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::math |
namespace | di::math::detail |
Typedefs | |
template<umax size> | |
using | di::math::SmallestUnsignedType = decltype(detail::smallest_unsigned_type_helper(c_<size>)) |
Functions | |
template<umax size> | |
constexpr auto | di::math::detail::smallest_unsigned_type_helper (Constexpr< size >) |