Predicate
,
convertible to bool
. A program that instantiates a template with a
template parameter named Clock
with a type for which
chrono::is_clock<Clock>::value
is false
, is ill-formed.
-[Note: For example, use of local_time
with sleep_until
-will result in a diagnostic. — end note]