Compile time check if type T is a container. More...
#include "attribute-container-accessor-helper.h"
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 117 of file attribute-container-accessor-helper.h.