Warning, file /include/boost/python/detail/copy_ctor_mutates_rhs.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef COPY_CTOR_MUTATES_RHS_DWA2003219_HPP
0006 # define COPY_CTOR_MUTATES_RHS_DWA2003219_HPP
0007
0008 #include <boost/python/detail/is_auto_ptr.hpp>
0009 #include <boost/mpl/bool.hpp>
0010
0011 namespace boost { namespace python { namespace detail {
0012
0013 template <class T>
0014 struct copy_ctor_mutates_rhs
0015 : is_auto_ptr<T>
0016 {
0017 };
0018
0019 }}}
0020
0021 #endif