MCPcopy Create free account
hub / github.com/boostorg/leaf / output

Method output

include/boost/leaf/error.hpp:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777
778 template <class Encoder>
779 friend void output( Encoder & e, error_id x )
780 {
781 output(e, x.value_ / 4);
782 }
783
784 BOOST_LEAF_CONSTEXPR void load_source_location_( char const * file, int line, char const * function ) const noexcept(!BOOST_LEAF_CFG_CAPTURE)
785 {

Callers

nothing calls this directly

Calls 1

outputFunction · 0.70

Tested by

no test coverage detected