Searched refs:nonref (Results 1 – 1 of 1) sorted by relevance
418 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef421 nonref* result = any_cast<nonref>(&operand); in any_cast()430 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef433 return any_cast<nonref const&>(const_cast<basic_hold_any<Char> &>(operand)); in any_cast()