#include <cstddef>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | MR |
namespace | MR::Unsigned |
Functions | |
template<typename T , std::enable_if_t< std::is_unsigned_v< T >, std::nullptr_t > = nullptr> | |
constexpr T | MR::Unsigned::abs (T value) |