Template Function iox::cxx::operator!=(const std::string&, const string<Capacity>&)
Defined in File string.hpp
Function Documentation
-
template<uint64_t Capacity>
inline bool iox::cxx::operator!=(const std::string &lhs, const string<Capacity> &rhs) noexcept checks if a rhs fixed string is not equal to a lhs std::string
- Parameters:
lhs – [in] is the std::string
rhs – [in] is the fixed string
- Returns:
true if both strings are not equal, otherwise false