STL namespace. More...
Functions | |
template<typename ValueType> | |
std::ostream & | operator<< (std::ostream &out, const std::optional< ValueType > &opt) |
Full object stream insertion operator. | |
template<> | |
DRN_FOUNDATION_EXPORT std::ostream & | operator<< (std::ostream &out, const std::optional<::QString > &opt) |
Full object stream insertion operator. | |
STL namespace.
std::ostream & std::operator<< | ( | std::ostream & | out, |
const std::optional< ValueType > & | opt ) |
Full object stream insertion operator.
ValueType | The type to place into the stream. This must have support for a stream insertion operator. |
out | The stream to place the data into. |
opt | The data to place into the stream. |
DRN_FOUNDATION_EXPORT std::ostream & std::operator<< | ( | std::ostream & | out, |
const std::optional<::QString > & | opt ) |
Full object stream insertion operator.
out | The stream to place the data into. |
opt | The data to place into the stream. |