slang/numeric/Time.h file

Contains various time-related utilities and functions.

Namespaces

namespace slang
Root namespace.

Classes

struct slang::TimeScaleValue
A combination of a unit and magnitude for a time scale value.
struct slang::TimeScale

Functions

auto suffixToTimeUnit(std::string_view timeSuffix, size_t& lengthConsumed) -> std::optional<TimeUnit>
Scale unit for a time value.