operator==#
Fully qualified name: carb::extras::operator==
Defined in carb/extras/Path.h
-
template<typename TRight>
bool carb::extras::operator==( - carb::cpp::string_view left,
- const TRight &right,
Equality operator.
- Template Parameters:
TRight – The type of the right hand side string (must be exactly Path)
- Parameters:
left – a
carb::cpp::string_view
representation of a Pathright – a Path
- Returns:
true
if the paths are equal;false
otherwise