operator< (STL)

Indicates whether the stored string value of one path object is less than that of another path object.

template<class String, class Traits>
   bool operator<(const path<String, Traits>& Left,
         const path<String, Traits>& Right);

Parameters

  • Left
    The left path object.

  • Right
    The right path object.

Return Value

Left.string() < Right.string()

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

<filesystem>

path::string, wstring, u8string, u16string, generic_string Methods

Other Resources

C++ Standard Library Header Files