Classes | |
class | array_iterator |
struct | associated_types |
struct | choose_range_list_n |
struct | choose_range_list_zero |
struct | choose_value_accessor_n |
struct | choose_value_accessor_one |
class | const_multi_array_view |
class | const_sub_array |
class | copy_dispatch |
class | extent_gen |
class | extent_range |
struct | index_gen |
class | index_range |
class | multi_array_base |
class | multi_array_impl_base |
class | multi_array_view |
struct | operator_arrow_proxy |
struct | populate_index_ranges |
struct | range_list_gen_helper |
struct | range_list_gen_helper< 0 > |
struct | range_list_generator |
class | sub_array |
struct | value_accessor_generator |
class | value_accessor_n |
class | value_accessor_one |
Typedefs | |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | index |
Functions | |
template<class InputIter , class Size , class OutputIter > | |
OutputIter | copy_n (InputIter first, Size count, OutputIter result) |
template<typename Array1 , typename Array2 > | |
void | copy_array (Array1 &source, Array2 &dest) |
template<typename Index , typename SizeType > | |
index_range< Index, SizeType > | operator<= (Index s, const index_range< Index, SizeType > &r) |
template<typename Index , typename SizeType > | |
index_range< Index, SizeType > | operator< (Index s, const index_range< Index, SizeType > &r) |
template<typename Index , typename SizeType > | |
index_range< Index, SizeType > | operator< (const index_range< Index, SizeType > &r, Index f) |
template<typename Index , typename SizeType > | |
index_range< Index, SizeType > | operator<= (const index_range< Index, SizeType > &r, Index f) |
typedef std::ptrdiff_t boost::detail::multi_array::index |
typedef std::size_t boost::detail::multi_array::size_type |
void boost::detail::multi_array::copy_array | ( | Array1 & | source, |
Array2 & | dest | ||
) |
OutputIter boost::detail::multi_array::copy_n | ( | InputIter | first, |
Size | count, | ||
OutputIter | result | ||
) |
References count, and boost::xpressive::first.
Referenced by boost::const_multi_array_ref< T, NumDims, T * >::const_multi_array_ref(), boost::detail::multi_array::const_multi_array_view< T, NumDims, T * >::const_multi_array_view(), boost::general_storage_order< NumDims >::general_storage_order(), boost::const_multi_array_ref< T, NumDims, T * >::init_multi_array_ref(), boost::multi_array< T, NumDims, Allocator >::multi_array(), boost::detail::multi_array::const_multi_array_view< T, NumDims, T * >::reindex(), and boost::const_multi_array_ref< T, NumDims, T * >::reindex().
|
inline |
|
inline |
References boost::asio::s.
|
inline |
References boost::asio::s.
|
inline |