fmt::operator>

Greater-than operator

Synopsis

Declared in <fmt/base.h>
bool
operator>(
    basic_string_view lhs,
    basic_string_view rhs);

Return Value

true if the left object is greater than the right object, false otherwise

Parameters

Name Description
lhs The left operand
rhs The right operand

Created with MrDocs