Template Function apex::operator<<
Defined in File base_string.hpp
Function Documentation
-
template<size64_t STRING_BUFFER_SIZE>
typename ::std::basic_ostream<char8_t> &apex::operator<<(std::basic_ostream<char8_t> &out_stream, const apex::BaseString<STRING_BUFFER_SIZE> &str) this redefined operator allows streaming of an apex string to a standard stream.
- Template Parameters:
STRING_BUFFER_SIZE – defines the size of static string including its terminating zero.
- Parameters:
out_stream – [inout] is output stream
str – [in] is a string to stream into
- Returns:
return reference to the output stream