Home
last modified time | relevance | path

Searched refs:old_value_copy (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/contract/
Dold.hpp201 struct old_value_copy { struct
212 explicit old_value_copy(T const& old) : in old_value_copy() function
335 explicit old_ptr(boost::shared_ptr<old_value_copy<T> > old) in old_ptr()
339 boost::shared_ptr<old_value_copy<T> > typed_copy_;
458 explicit old_ptr_if_copyable(boost::shared_ptr<old_value_copy<T> > old) in old_ptr_if_copyable()
462 boost::shared_ptr<old_value_copy<T> > typed_copy_;
512 : untyped_copy_(new old_value_copy<T>(old)) in old_value()
619 typedef old_value_copy<typename Ptr::element_type> copied_type; in get()
654 typedef old_value_copy<typename Ptr::element_type> copied_type; in get()
/third_party/boost/libs/contract/test/old/
Dcopyable_traits.cpp41 friend struct boost::contract::old_value_copy<p>;
48 struct old_value_copy<p> { struct
49 explicit old_value_copy(p const& old) { in old_value_copy() argument
/third_party/boost/libs/contract/example/features/
Dold_if_copyable.cpp57 friend struct boost::contract::old_value_copy<p>;
73 struct old_value_copy<p> { struct
74 explicit old_value_copy(p const& old) { in old_value_copy() function
/third_party/boost/libs/contract/doc/html/
Dboostrelease_HTML.manifest98 boost/contract/old_value_copy.html
/third_party/boost/libs/contract/doc/
Dextras.qbk75 …d value type is copyable or not, and then [classref boost::contract::old_value_copy] to actually c…
77 … to `boost::is_copy_constructible<T>` and [classref boost::contract::old_value_copy]`<T>` is imple…
85 …ost::contract::is_old_value_copyable] and [classref boost::contract::old_value_copy] make old valu…