kblib 0.2.3
General utilities library for modern C++
|
Functions | |
template<char... Cs> | |
constexpr auto | operator""_c () |
template<char... Cs> | |
constexpr auto | operator""_cu () |
constexpr auto | operator""_fnv32 (const char *str, std::size_t length) noexcept -> std::uint32_t |
A literal suffix that produces the FNV32a hash of a string literal. More... | |
constexpr auto | operator""_fnv64 (const char *str, std::size_t length) noexcept -> std::uint64_t |
A literal suffix that produces the FNV64a hash of a string literal. More... | |
constexpr auto | operator""_fnv32 (unsigned long long val) -> std::uint32_t |
constexpr auto | operator""_fnv64 (unsigned long long val) -> std::uint64_t |
template<char... Cs> | |
constexpr auto | operator""_vi () |
|
constexpr |
|
constexpr |
|
constexprnoexcept |
|
constexpr |
|
constexprnoexcept |
|
constexpr |