MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / enable_error_info

Function enable_error_info

benchmarks/boost/exception/exception.hpp:378–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376
377 template <class T>
378 inline
379 typename
380 exception_detail::enable_error_info_return_type<T>::type
381 enable_error_info( T const & x )
382 {
383 typedef typename exception_detail::enable_error_info_return_type<T>::type rt;
384 return rt(x);
385 }
386
387 ////////////////////////////////////////////////////////////////////////
388

Callers 2

throw_exceptionFunction · 0.85
throw_exception_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected