omni::application::run_type::parse
NAME

omni::application::run_type::parse

A member function of omni::application::run_type

#include <omni/application.hpp>
static enum_t omni::application::run_type::parse(const std::string& val)


OVERLOADS

static enum_t omni::application::run_type::parse(const std::wstring& val)

SYNOPSIS

Parsing a string value into its enum representation

top

DESCRIPTION

No description.

top