ReleaseButler 1.0
😙 package manager on GitHub 😙
Loading...
Searching...
No Matches
env.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
10[[nodiscard]] auto get_env2str(std::string_view name) -> std::string;
11
12[[nodiscard]] auto get_val_from_std() -> std::string;
auto get_val_from_std() -> std::string
Definition env.cpp:13
auto get_env2str(std::string_view name) -> std::string
Simple encapsulation of std::getenv.
Definition env.cpp:8