Metafunction to determine if a given type is a STAPL container. The criteria for modeling a container is based on the existence of a nested distribution_type in T. More...
Metafunction to determine if a given type is a STAPL container. The criteria for modeling a container is based on the existence of a nested distribution_type in T.
This metafunction is used in mix_view to determine when the element type of a container is a nested container.
T | The type in question |