Searched refs:is_mutable_constructible (Results 1 – 1 of 1) sorted by relevance
28 using is_mutable_constructible = boost::is_constructible<T, T&>; typedef43 BOOST_MPL_ASSERT_NOT((is_mutable_constructible<any<destructible<> > >));46 BOOST_MPL_ASSERT((is_mutable_constructible<any<copy_constructible<> > >));49 BOOST_MPL_ASSERT_NOT((is_mutable_constructible<any<move_constructible> >));52 BOOST_MPL_ASSERT((is_mutable_constructible<any<mutable_copy> >));