A Discrete-Event Network Simulator
API
ns3::is_container< T > Struct Template Reference

Compile time check if type T is a container. More...

#include "attribute-container-accessor-helper.h"

+ Inheritance diagram for ns3::is_container< T >:
+ Collaboration diagram for ns3::is_container< T >:

Detailed Description

template<typename T>
struct 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.


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