Searched refs:push_helper (Results 1 – 1 of 1) sorted by relevance
426 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in push() typedef427 return push_helper::push(this, v); in push()440 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in emplace() typedef441 return push_helper::emplace(this, std::forward<Args>(args)...); in emplace()