![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
#include <string>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | Thoth |
| namespace | Thoth::Utils |
Functions | |
| std::optional< const std::string_view > | Thoth::Utils::Env (std::string_view envkey) |
| Get variables from the ".env" file. Supports command execution and multiline. | |
| std::optional< const std::u8string_view > | Thoth::Utils::Utf8Env (std::string_view envkey) |
| Get variables from the ".env" file. Supports command execution and multiline. | |