Variable netio3::ChronoDuration
Defined in File EventTimerHandle.hpp
Variable Documentation
- template<typename T> concept netio3::ChronoDuration =std::is_same_v<std::decay_t<T>, std::chrono::duration<typename T::rep, typename T::period>>
Concept to check if a type is a chrono duration.
@concept ChronoDuration
- Template Parameters:
T – The type to check