Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
std_catch_conversions.h File Reference

(453fa4ca39c93f31d496d856babda17b919d6cec)

#include <ostream>
#include <optional>
+ Include dependency graph for std_catch_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const std::optional< T > &optional)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream & operator<< ( std::ostream & os,
const std::optional< T > & optional )
inline

Definition at line 10 of file std_catch_conversions.h.