Searched refs:sp_array_access (Results 1 – 1 of 1) sorted by relevance
176 template< class T > struct sp_array_access struct183 template< class T > struct sp_array_access< T[] > struct190 template< class T, std::size_t N > struct sp_array_access< T[N] > struct738 …typename boost::detail::sp_array_access< T >::type operator[] ( std::ptrdiff_t i ) const BOOST_SP_… in operator []()743 return static_cast< typename boost::detail::sp_array_access< T >::type >( px[ i ] ); in operator []()