#include <bitcoinkernel_wrapper.h>
template<typename Container, typename SizeFunc, typename GetFunc>
{ std::invoke(
size_func,
c) } -> std::convertible_to<std::size_t>;
}
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition at line 212 of file bitcoinkernel_wrapper.h.