![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <ostream>#include <optional>#include <string>Go to the source code of this file.
Classes | |
| class | HasReason |
| BOOST_CHECK_EXCEPTION predicates to check the specific validation error. More... | |
Namespaces | |
| namespace | std |
Concepts | |
| concept | HasToString |
Functions | |
| template<typename 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) |
|
inline |