Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Function · 0.50
swap
Function · 0.50
assign
Method · 0.45
Tested by
no test coverage detected