Template Function iox::cxx::operator==(const std::string&, const string<Capacity>&)

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 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 equal, otherwise false