Classes | |
struct | ranges::push_front_fn |
Typedefs | |
template<typename Cont , typename T > | |
using | ranges::push_front_t = decltype(static_cast< void >(unwrap_reference(std::declval< Cont & >()).push_front(std::declval< T >()))) |
Variables | |
constexpr adl_push_front_detail::push_front_fn | ranges::actions::push_front {} |