#include <gtirb/Export.hpp>
#include <cassert>
#include <iostream>
#include <system_error>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
| gtirb |
| Main namespace for the GTIRB API.
|
|
|
template<typename CharT , typename Traits > |
std::ostream & | gtirb::operator<< (std::basic_ostream< CharT, Traits > &os, const ErrorInfo &Info) |
|
template<class T , class E > |
std::enable_if_t< std::is_error_code_enum< E >::value||std::is_error_condition_enum< E >::value, bool > | gtirb::operator== (const ErrorOr< T > &Err, E Code) |
|