omni::environment::create_var
NAME

omni::environment::create_var

A function of omni::environment

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


OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top