Searched refs:get_derived (Results 1 – 1 of 1) sorted by relevance
46 …return m_cv.wait_for(lk, waitTime, [this] { return get_derived().has_value(); }) ? future_status::… in wait_for()54 …return m_cv.wait_until(lk, tp, [this] { return get_derived().has_value(); }) ? future_status::read… in wait_until()61 m_cv.wait(lk, [this] { return get_derived().has_value(); }); in wait_()68 const Derived& get_derived() const in get_derived() function