Home
last modified time | relevance | path

Searched refs:push_helper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/heap/
Dskew_heap.hpp426 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in push() typedef
427 return push_helper::push(this, v); in push()
440 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in emplace() typedef
441 return push_helper::emplace(this, std::forward<Args>(args)...); in emplace()