|
KTL
|
#include <cstddef>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | ktl |
| namespace | ktl::detail |
Typedefs | |
| template<typename T > | |
| using | ktl::detail::underlying_type_t = typename underlying_type< T >::type |
Functions | |
| template<typename T > | |
| constexpr T | ktl::detail::min_range (size_t bits) |
| template<typename T > | |
| constexpr T | ktl::detail::max_range (size_t bits) |
Variables | |
| template<typename T > | |
| constexpr bool | ktl::detail::is_function_pointer_v = is_function_pointer<T>::value |