|
cuSBF
|
#include <charconv>#include <cstdint>#include <cstdlib>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | cusbf |
| namespace | cusbf::detail |
Functions | |
| uint64_t | cusbf::detail::parse_env_mebibytes (std::string_view value) |
Parses a decimal mebibyte count from value. | |
| std::string_view | cusbf::detail::getenv_value (const char *env_name) |
Reads env_name via getenv, or an empty view when unset. | |