Equality operator
Synopsis
Declared in <fmt/base.h>
constexpr
bool
operator==(
basic_string_view lhs,
basic_string_view rhs);
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs