omni::sync::thread_start_type::try_parse
NAME

omni::sync::thread_start_type::try_parse

A member function of omni::sync::thread_start_type

#include <omni/types/thread_t.hpp>
static bool omni::sync::thread_start_type::try_parse(const std::string& val, enum_t& out)


OVERLOADS

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top