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

Check if a particular type T is a container. More...

#include <type_traits.hh>

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

Detailed Description

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

Check if a particular type T is a container.

Remarks
If T is not, this version is instantiated.
This version adheres to the strict requirements of an STL container.

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