Template Struct time_span¶
Defined in File time_span.hpp
Struct Documentation¶
-
template<typename
time_type
= fast_time>
structlegion::core::time
::
time_span
¶ Public Functions
-
time_span
() = default¶
-
template<typename
other_time
>
inline constexprtime_span
(const std::chrono::duration<other_time> &other) noexcept¶
-
template<typename
other_time
>
inline constexprtime_span
(const time_span<other_time> &other) noexcept¶
-
template<typename
other_time
>
inline constexprtime_span
(std::chrono::duration<other_time> &&other) noexcept¶
-
template<typename
other_time
>
inline constexprtime_span
(time_span<other_time> &&other) noexcept¶
-
template<typename
other_time
>
inline constexprtime_span
(other_time other) noexcept¶
-
inline fast_micro_seconds
microseconds
()¶
-
inline fast_nano_seconds
nanoseconds
()¶
-
inline
operator std::chrono::duration<time_type>&
()¶
-
inline
operator std::chrono::duration<time_type>
() const¶
-
inline
operator time_type
() const¶
Public Members
-