Magnum/Math/Time.h file new in Git master

Class Magnum::Math::Nanoseconds, Magnum::Math::Seconds, literal Magnum::Math::Literals::TimeLiterals::operator""_nsec(), Magnum::Math::Literals::TimeLiterals::operator""_usec(), Magnum::Math::Literals::TimeLiterals::operator""_msec(), Magnum::Math::Literals::TimeLiterals::operator""_sec().

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::Math
Math library.
namespace Magnum::Math::Literals
Math literals.
namespace Magnum::Math::Literals::TimeLiterals new in Git master
Math time literals.

Classes

template<class T>
class Magnum::Math::Nanoseconds new in Git master
Nanoseconds.
template<class T>
class Magnum::Math::Seconds new in Git master
Seconds.

Functions

auto operator""_nsec(unsigned long long value) -> Nanoseconds<Long> constexpr new in Git master
Nanosecond value literal.
auto operator""_usec(long double value) -> Nanoseconds<Long> constexpr new in Git master
Microsecond value literal.
auto operator""_msec(long double value) -> Nanoseconds<Long> constexpr new in Git master
Millisecond value literal.
auto operator""_sec(long double value) -> Nanoseconds<Long> constexpr new in Git master
Second value literal.
auto operator<<(Utility::Debug& debug, const Unit<Nanoseconds, Long>& value) -> Utility::Debug& new in Git master
Debug output operator.
auto operator<<(Utility::Debug& debug, const Unit<Seconds, Float>& value) -> Utility::Debug& new in Git master
Debug output operator.