Home
last modified time | relevance | path

Searched refs:nonref (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dhold_any.hpp418 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef
421 nonref* result = any_cast<nonref>(&operand); in any_cast()
430 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type nonref; in any_cast() typedef
433 return any_cast<nonref const&>(const_cast<basic_hold_any<Char> &>(operand)); in any_cast()