Workspace 6.21.5
IsSortableContainer< T > Struct Template Reference

Constraints class for whether or not a type is a sortable container; i.e. a container that can be compared using operator<(). This requires that its elements are also able to be sorted using operator<.

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

Inherits integral_constant< bool, IsContainer< T >::value &&HasOperatorLessThan< T >::value &&__ClassConstraintsPrivate::HasSortableValueType< T >::value >.