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

Function T

extern/boost/boost/core/addressof.hpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154#if BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x564))
155template<class T, std::size_t N>
156BOOST_FORCEINLINE
157T (*addressof(T (&o)[N]) BOOST_NOEXCEPT)[N]
158{
159 return reinterpret_cast<T(*)[N]>(&o);
160}
161
162template<class T, std::size_t N>
163BOOST_FORCEINLINE

Callers 8

addressof.hppFile · 0.70
do_build_from_argsFunction · 0.50
hash.hppFile · 0.50
exception.hppFile · 0.50
BOOST_GCD_NOEXCEPTMethod · 0.50
BOOST_GCD_NOEXCEPTMethod · 0.50
BOOST_GCD_NOEXCEPTFunction · 0.50

Calls 1

addressofFunction · 0.70

Tested by

no test coverage detected