struct is_empty_spread

Declaration

template <typename T>
struct is_empty_spread : public std::integral_constant { /* full declaration omitted */ };

Description

Deduces to a true_type if the given type is an empty spread marker

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

Inherits from: std::integral_constant