omni::environment::var_exists
NAME

omni::environment::var_exists

A static function of omni::environment

#include <omni/environment.hpp>
bool omni::environment::var_exists(const std::string& name)

OVERLOADS

bool omni::environment::var_exists(const std::wstring& name)
inline bool omni::environment::var_exists(const char* name)
inline bool omni::environment::var_exists(const wchar_t* name)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top