struct is_spread
Declaration
template <typename T>
struct is_spread : public std::integral_constant { /* full declaration omitted */ };Description
Deduces to a true_type if the given type is a spread marker
Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/pack_traversal_impl.hpp:70
Inherits from: std::integral_constant