|
ThreadSchedule 1.0.0
Modern C++ thread management library
|
SFINAE trait that detects std::chrono::duration types. More...
#include <concepts.hpp>
SFINAE trait that detects std::chrono::duration types.
Yields std::true_type when T exposes nested rep and period type aliases (the signature of any std::chrono::duration instantiation). The primary template is std::false_type; the partial specialization using std::void_t matches duration-like types.
| T | The type to test. |
Definition at line 37 of file concepts.hpp.