Workspace 6.21.5
IsContainer< T > Struct Template Reference

Constraints class for whether or not a type is a container. The determination is based on whether the type has a const_iterator type and begin() and end() functions that return that type.

#include <Workspace/Application/LanguageUtils/classconstraints.h>

Inherits integral_constant< bool, __ClassConstraintsPrivate::HasConstIterator< T >::value &&__ClassConstraintsPrivate::HasIteratorBeginEnd< T >::value >.