HomeManualTopicsTypesSymbols

std_types::date_and_time/std::less

compares two date-and-time objects

Parameters

left
the first date-and-time object
right
the second date-and-time object

Results

success
true if the first date-and-time object is earlier than the
second

Topic

Date and Time

Implements

std::less compares two objects in an object specific way

See also

std_types::date_and_time/std::equal compares two date-and-time objects for equality
std_types::date_and_time/std::plus adds an arbitrary time delta to a date-and-time object
std_types::date_and_time/std::minus subtracts a time delta or another date-and-time object from a date-and-time object