Compile time check if type T is a container. More...
#include "attribute-container-accessor-helper.h"
 Inheritance diagram for ns3::is_container< T >:
 Inheritance diagram for ns3::is_container< T >: Collaboration diagram for ns3::is_container< T >:
 Collaboration diagram for ns3::is_container< T >:Compile time check if type T is a container.
Container here means has an iterator and supports begin() and end() methods.
Can be used when defining specializations when a type T is an STL like container.
Definition at line 83 of file attribute-container-accessor-helper.h.