Thrill
0.1
|
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <foxxll/config.hpp>
Go to the source code of this file.
Namespaces | |
foxxll | |
FOXXLL library namespace | |
Typedefs | |
using | external_diff_type = int64_t |
using | external_size_type = uint64_t |
Functions | |
template<typename Integral > | |
std::make_signed< Integral >::type | as_signed (Integral value) |
Return the given value casted to the corresponding signed type. More... | |
template<typename Integral > | |
std::make_unsigned< Integral >::type | as_unsigned (Integral value) |
Return the given value casted to the corresponding unsigned type. More... | |