Searched refs:make_old (Results 1 – 7 of 7) sorted by relevance
58 BOOST_CONTRACT_OLDOF_AUTO_TYPEOF_(value)(boost::contract::make_old(v, \64 BOOST_CONTRACT_OLDOF_AUTO_TYPEOF_(value)(boost::contract::make_old( \671 old_pointer make_old(old_value const&);674 old_pointer make_old(virtual_*, old_value const&);718 old_pointer make_old(old_value const& old);750 old_pointer make_old(virtual_* v, old_value const& old);
22 old_pointer make_old(old_value const& old) { in make_old() function27 old_pointer make_old(virtual_* v, old_value const& old) { in make_old() function
35 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<i_type> old_i = boost::contract::make_old( in swap()49 old_j = boost::contract::make_old(v, boost::contract::copy_old(v) ? in swap()88 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<x_type> old_x = boost::contract::make_old( in swap()102 old_y = boost::contract::make_old(boost::contract::copy_old() ? in swap()
18 boost::contract::old_ptr_if_copyable<T> old_x = boost::contract::make_old( in f()
18 boost::contract::make_old(v, boost::contract::copy_old(v) ? in push_back()
663 The enclosing [funcref boost::contract::make_old] copies the old value expression and creates an ol…666 The [funcref boost::contract::make_old] and [funcref boost::contract::copy_old] functions are used …667 The old value pointer returned by [funcref boost::contract::make_old] can be assigned to either [cl…
375 …f boost::contract::old_ptr] copy constructor, [funcref boost::contract::make_old], etc.) with try-…