omni::net::protocol_type::try_parse
NAME

omni::net::protocol_type::try_parse

A static member function of omni::net::protocol_type

#include <omni/types/net_t.hpp>
static bool omni::net::protocol_type::try_parse(const std::wstring& val, protocol_type& out)

SYNOPSIS

Tries parsing a wide string value into its enum representation

top

DESCRIPTION

No description.

top