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