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

Method load_source_location_

include/boost/leaf/error.hpp:784–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
786 BOOST_LEAF_ASSERT(file&&*file);
787 BOOST_LEAF_ASSERT(line>0);
788 BOOST_LEAF_ASSERT(function&&*function);
789 BOOST_LEAF_ASSERT(value_);
790 (void) load(e_source_location {file,line,function});
791 }
792}; // class error_id
793
794namespace detail

Callers 2

operator+Method · 0.80
operator+Method · 0.80

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected