omni::environment::expand_vars
NAME

omni::environment::expand_vars

A function of omni::environment

#include <omni/environment.hpp>
std::string omni::environment::expand_vars(const std::string& vars)


OVERLOADS

std::wstring omni::environment::expand_vars(const std::wstring& vars)
inline std::string omni::environment::expand_vars(const char* vars)
inline std::wstring omni::environment::expand_vars(const wchar_t* vars)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top