Template Function apex::operator>>(std::istream&, apex::String<STRING_BUFFER_SIZE>&)
Defined in File string_silent.hpp
Function Documentation
-
template<size64_t STRING_BUFFER_SIZE>
typename ::std::istream &apex::operator>>(std::istream &in_stream, apex::String<STRING_BUFFER_SIZE> &str) this redefined operator allows streaming to an apex string to a standard stream.
- Template Parameters:
STRING_BUFFER_SIZE – defines the size of static string including its terminating zero.
- Parameters:
in_stream – [inout] is input stream
str – [inout] is a string to stream from
- Returns:
return reference to the input stream