hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
validation_error_output.hpp File Reference
#include "validators/validation_error.hpp"
#include <iosfwd>
#include <optional>
Include dependency graph for validation_error_output.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 shared_model
 
 shared_model::validation
 

Functions

std::ostream & shared_model::validation::operator<< (std::ostream &os, const ValidationError &o)
 
std::ostream & operator<< (std::ostream &out, const std::optional< shared_model::validation::ValidationError > &error)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const std::optional< shared_model::validation::ValidationError > &  error 
)