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,
)#

Inequality operator.

Template Parameters:

TRight – The type of the right hand side string (must be exactly Path)

Parameters:
Returns:

true if the paths are not equal; false otherwise