Searched refs:sp_array_access (Results 1 – 2 of 2) sorted by relevance
170 template< class T > struct sp_array_access struct177 template< class T > struct sp_array_access< T[] > struct184 template< class T, std::size_t N > struct sp_array_access< T[N] > struct732 …typename boost::detail::sp_array_access< T >::type operator[] ( std::ptrdiff_t i ) const BOOST_SP_… in operator []()737 return static_cast< typename boost::detail::sp_array_access< T >::type >( px[ i ] ); in operator []()
424 …typename boost::detail::sp_array_access< T >::type operator[] ( std::ptrdiff_t i ) const BOOST_SP_… in operator []()429 return static_cast< typename boost::detail::sp_array_access< T >::type >( px[ i ] ); in operator []()