#include <ostream>
#include <optional>
#include <string>
Go to the source code of this file.
|
| class | HasReason |
| | BOOST_CHECK_EXCEPTION predicates to check the specific validation error. More...
|
| |
|
template<typename T >
requires std::is_enum_v<T> |
| std::ostream & | std::operator<< (std::ostream &os, const T &e) |
| |
| template<typename T > |
| std::ostream & | std::operator<< (std::ostream &os, const std::optional< T > &v) |
| |
| template<HasToString T> |
| std::ostream & | operator<< (std::ostream &os, const T &obj) |
| |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const T & |
obj |
|
) |
| |
|
inline |