omni::net::ping_reply::try_parse
NAME

omni::net::ping_reply::try_parse

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

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top