struct supports_streaming_with_any
Declaration
template <typename T, typename Enable = void>
struct supports_streaming_with_any : public std::integral_constant { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/datastructures/include/pika/datastructures/traits/supports_streaming_with_any.hpp:17
Inherits from: std::integral_constant