MADNESS
0.10.1
|
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::units | |
madness::units::literals | |
Functions | |
std::uint64_t | madness::cstr_to_memory_size (const char *str) |
Unit-aware conversion of a C string to a size_t. More... | |
constexpr std::size_t | madness::units::literals::operator""_EB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_EiB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_GB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_GiB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_kB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_KB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_KiB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_MB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_MiB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_PB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_PiB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_TB (unsigned long long int x) |
constexpr std::size_t | madness::units::literals::operator""_TiB (unsigned long long int x) |