struct has_push_back

Declaration

template <typename T, typename E, typename = void>
struct has_push_back : public std::integral_constant { /* full declaration omitted */ };

Description

Deduces to a true type if the given parameter T has a push_back method that accepts a type of E.

Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/pack_traversal_impl.hpp:327

Inherits from: std::integral_constant