Expression Templates Library (ETL)
Classes | Namespaces | Functions
memory_slice_view.hpp File Reference

memory_slice_view expression implementation More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

memory_slice_view expression implementation