omni::chrono::timer_sync_type::try_parse
NAME

omni::chrono::timer_sync_type::try_parse

A member function of omni::chrono::timer_sync_type

#include <omni/types/timer_t.hpp>
static bool omni::chrono::timer_sync_type::try_parse(const std::string& val, enum_t& out)


OVERLOADS

static bool omni::chrono::timer_sync_type::try_parse(const std::wstring& val, enum_t& out)
static bool omni::chrono::timer_sync_type::try_parse(const std::string& val, timer_sync_type& out)
static bool omni::chrono::timer_sync_type::try_parse(const std::wstring& val, timer_sync_type& out)

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top