Interface Documentation
Version: invalid
flecsi::util::is_iterative_container< T, _ > Struct Template Reference

A Helper to identify if this is a container. More...

#include <type_traits.hh>

Inheritance diagram for flecsi::util::is_iterative_container< T, _ >:
Inheritance graph
[legend]
Collaboration diagram for flecsi::util::is_iterative_container< T, _ >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename _ = void>
struct flecsi::util::is_iterative_container< T, _ >

A Helper to identify if this is a container.

Remarks
If T is, this version is instantiated.
This version uses to a reduced set of requirements for a container.

The documentation for this struct was generated from the following file: