omni::net::socket_flags::try_parse
NAME

omni::net::socket_flags::try_parse

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

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top