struct container_category_tag

Declaration

template <bool IsContainer, bool IsTupleLike>
struct container_category_tag { /* full declaration omitted */ };

Description

A tag for dispatching based on the tuple like or container properties of a type.

Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/container_category.hpp:17