cuSBF
Loading...
Searching...
No Matches
Namespaces | Functions
host_parse.hpp File Reference
#include <charconv>
#include <cstdint>
#include <cstdlib>
#include <string_view>
Include dependency graph for host_parse.hpp:
This graph shows which files directly or indirectly include this file:

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.