omni::application::argparser::set
NAME

omni::application::argparser::set

A function of omni::application::argparser

#include <omni/argparser.hpp>
void omni::application::argparser::set(const unsigned int& ac, const char** av)
void omni::application::argparser::set(const unsigned int& ac, const wchar_t** av)
void omni::application::argparser::set(const OMNI_SEQ_T<omni::string_t>& av)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

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