Searched defs:ByRef (Results 1 – 2 of 2) sorted by relevance
39 class ByRef class48 ByRef(BOOST_RV_REF(movearg)): constructed_by_(move_constructor) in ByRef() function in ByRef50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef() function in ByRef
272 struct ByRef struct