Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

array_view.h File Reference

array_view.h File Reference

Go to the source code of this file.

Data Structures

class  array_view_exception
 The base class for array_view exceptions. More...
class  array_view_bounds
 The exception thrown when the index is out of bounds. More...
class  array_view_uninitialised
 The exception thrown when the view is uninitialised. More...
class  array_view< T >
 Array view. More...
class  const_array_view< T >
 Constant array view. More...
struct  hash< etl::array_view< T > >
 Hash function. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

template<typename T >
void swap (etl::array_view< T > &lhs, etl::array_view< T > &rhs)
 Swaps the values.
template<typename T >
void swap (etl::const_array_view< T > &lhs, etl::const_array_view< T > &rhs)
 Swaps the values.

Detailed Description

Definition in file array_view.h.


Function Documentation

void swap ( etl::array_view< T > &  lhs,
etl::array_view< T > &  rhs 
)

Swaps the values.

Definition at line 856 of file array_view.h.

void swap ( etl::const_array_view< T > &  lhs,
etl::const_array_view< T > &  rhs 
)

Swaps the values.

Definition at line 865 of file array_view.h.