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;
get_val_from_std
auto get_val_from_std() -> std::string
Definition
env.cpp:13
get_env2str
auto get_env2str(std::string_view name) -> std::string
Simple encapsulation of std::getenv.
Definition
env.cpp:8
src
include
utils
env.h
Generated by
1.12.0