Workspace 6.21.5
IsSortable< T, LessThan > Struct Template Reference

Constraints class for whether or not a type is sortable; i.e. whether or not it can be compared against another using operator<().

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

Inherits integral_constant< bool,(IsSortableContainer< T >::value||(!IsContainer< T >::value &&HasOperatorLessThan< T >::value))>.