omni::net::tcp_option::try_parse
NAME

omni::net::tcp_option::try_parse

A member function of omni::net::tcp_option

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

SYNOPSIS

Tries parsing a wide string value into its enum representation

top

DESCRIPTION

No description.

top