Template Function sdv::operator<<(std::basic_ostream<U, V>&, const pointer<T, nFixedSize>&)#
Defined in File pointer.h
Function Documentation#
-
template<class T, class U, class V, size_t nFixedSize>
std::basic_ostream<U, V> &sdv::operator<<(std::basic_ostream<U, V> &rstream, const pointer<T, nFixedSize> &rptr)# Stream the value of a the pointer to an output stream.
- Template Parameters:
T – Type of pointer.
U – Character type of output stream.
V – Character traits of output stream.
nFixedSize – The fixed size of the pointer.
- Parameters:
rstream – [in] Reference to the stream.
rptr – [in] Reference to the pointer.
- Returns:
Reference to the stream.