operator< (<forward_list>)
Visual Studio 2012
Tests if the forward list object on the left side of the operator is less than the forward list object on the right side.
bool operator<(
const forward_list <Type, Allocator>& _Left,
const forward_list <Type, Allocator>& _Right
);