omni::environment::set_var
NAME

omni::environment::set_var

A static function of omni::environment

#include <omni/environment.hpp>
bool omni::environment::set_var(const std::string& name, const std::string& val)
bool omni::environment::set_var(const std::wstring& name, const std::wstring& val)
inline bool omni::environment::set_var(const char* name, const char* val)
inline bool omni::environment::set_var(const wchar_t* name, const wchar_t* val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top