8#ifndef HPP_ALIB_TIME_TICKS
9#define HPP_ALIB_TIME_TICKS 1
13namespace alib {
namespace time {
bool operator>=(const Ticks &other) const
bool operator!=(const Ticks &other) const
bool operator==(const Ticks &other) const
bool operator<=(const Ticks &other) const
bool operator<(const Ticks &other) const
bool operator>(const Ticks &other) const
constexpr TimePointBase(const lang::Initialization init=lang::Initialization::Default)
#define ALIB_BOXING_VTABLE_DECLARE(TMapped, Identifier)