MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / throw_location

Function throw_location

extern/boost/boost/throw_exception.hpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 boost::source_location location_;
195
196 explicit throw_location( boost::source_location const & loc ): location_( loc )
197 {
198 }
199};
200
201template<class E> class BOOST_SYMBOL_VISIBLE with_throw_location: public E, public throw_location

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected