copy_on_write.hpp
Go to the documentation of this file.
7 /**************************************************************************************************/
12 /**************************************************************************************************/
30 /**************************************************************************************************/
34 /**************************************************************************************************/
38 /**************************************************************************************************/
82 typedef typename allocator_type::template rebind<implementation_t>::other implementation_allocator_type;
353 /**************************************************************************************************/
357 /**************************************************************************************************/
408 /**************************************************************************************************/
412 /**************************************************************************************************/
416 /**************************************************************************************************/
418 template <typename T, typename A> struct is_movable<copy_on_write<T, A> > : boost::mpl::true_ { };
420 /**************************************************************************************************/
424 /**************************************************************************************************/
426 ADOBE_NAME_TYPE_1("copy_on_write:version_1:adobe", adobe::version_1::copy_on_write<T0, adobe::capture_allocator<T0> >)
|