omni::chrono::span::try_parse
NAME

omni::chrono::span::try_parse

A static member function of omni::chrono::span

#include <omni/chrono/span.hpp>
static bool omni::chrono::span::try_parse(const std::string& s, span< TickType >& result)

OVERLOADS

static bool omni::chrono::span::try_parse(const std::wstring& s, span< TickType >& result)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top