MCPcopy Create free account
hub / github.com/boostorg/asio / is_positive_infinity

Method is_positive_infinity

include/boost/asio/detail/timer_queue.hpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 // Determine if the specified absolute time is positive infinity.
330 template <typename Time_Type>
331 static bool is_positive_infinity(const Time_Type&)
332 {
333 return false;
334 }
335
336 // Determine if the specified absolute time is positive infinity.
337 template <typename T, typename TimeSystem>

Callers 1

enqueue_timerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected