MCPcopy Create free account
hub / github.com/boostorg/leaf / operator+

Method operator+

include/boost/leaf/error.hpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609 template <class T>
610 friend T operator+( inject_loc loc, T && x ) noexcept(!BOOST_LEAF_CFG_CAPTURE)
611 {
612 x.load_source_location_(loc.file, loc.line, loc.fn);
613 return std::move(x);
614 }
615 };
616} // namespace detail
617

Callers

nothing calls this directly

Calls 1

load_source_location_Method · 0.80

Tested by

no test coverage detected