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

Function assign

extern/boost/boost/system/detail/error_code.hpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void assign( int val, const error_category & cat, source_location const * loc ) BOOST_NOEXCEPT
176 {
177 *this = error_code( val, cat, loc );
178 }
179
180 template<typename ErrorCodeEnum>
181 BOOST_SYSTEM_CONSTEXPR typename detail::enable_if<is_error_code_enum<ErrorCodeEnum>::value, error_code>::type &

Callers 13

resetMethod · 0.50
resetMethod · 0.50
resetMethod · 0.50
getMethod · 0.50
convertMethod · 0.50
shl_charFunction · 0.50
shl_signedFunction · 0.50
operator<<Function · 0.50

Calls 1

error_codeFunction · 0.70

Tested by 1

getMethod · 0.40