Searched refs:const_ref_constructor (Results 1 – 2 of 2) sorted by relevance
45 const_ref_constructor enumerator50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef()77 BOOST_TEST( x->constructed_by_ == ByRef::const_ref_constructor); in main()
50 const_ref_constructor, enumerator56 X(const myarg &arg): constructed_by_(const_ref_constructor) in X()81 BOOST_TEST( x->constructed_by_ == X::const_ref_constructor); in main()