|
BenBot 1.7.5
A chess engine
|
#include <chrono>#include <concepts>Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::detail |
Concepts | |
| concept | util::ChronoDuration |
Typedefs | |
| template<ChronoDuration Duration, std::floating_point F = float> | |
| using | util::FractionalDuration = std::chrono::duration<F, typename Duration::period> |
Variables | |
| template<typename> | |
| constexpr bool | util::detail::IsChronoDuration = false |
| template<class Rep, class Period> | |
| constexpr bool | util::detail::IsChronoDuration< std::chrono::duration< Rep, Period > > = true |
This file provides some utilities for working with the std::chrono library.
Definition in file Chrono.hpp.