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

Function BOOST_NOEXCEPT_IF

extern/boost/boost/optional/optional.hpp:1036–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034#else
1035 optional ( optional && rhs )
1036 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value)
1037 : base( boost::move(rhs) )
1038 {}
1039#endif
1040
1041#endif

Callers

nothing calls this directly

Calls 3

moveFunction · 0.50
swapFunction · 0.50
assignMethod · 0.45

Tested by

no test coverage detected