|
Expression Templates Library (ETL)
|
memory_slice_view expression implementation More...

Go to the source code of this file.
Classes | |
| struct | etl::memory_slice_view< T, Aligned > |
| View that shows a slice of an expression. More... | |
| struct | etl::etl_traits< etl::memory_slice_view< T, Aligned > > |
| Specialization for memory_slice_view. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Functions | |
| template<bool Aligned = false, etl_expr E> | |
| auto | etl::memory_slice (E &&value, size_t first, size_t last) -> detail::identity_helper< E, memory_slice_view< detail::build_identity_type< E >, Aligned >> |
| Returns view representing a memory slice view of the given expression. More... | |
memory_slice_view expression implementation
1.8.13