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

Function Documentation

template<uint64_t Capacity>
inline std::ostream &iox::cxx::operator<<(std::ostream &stream, const string<Capacity> &str) noexcept

outputs the fixed string on stream

Parameters:
  • stream[in] is the output stream

  • str[in] is the fixed string

Returns:

the stream output of the fixed string