Expression Templates Library (ETL)
Classes | Namespaces | Typedefs
aligned_vector.hpp File Reference
#include "cpp_utils/aligned_vector.hpp"
Include dependency graph for aligned_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::simple_vector< T, Alloc >
 A simple std::vector to work with bool. More...
 
struct  etl::aligned_vector_impl< T, A >
 
struct  etl::aligned_vector_impl< bool, A >
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Typedefs

template<typename T , std::size_t A>
using etl::aligned_vector = typename aligned_vector_impl< T, A >::type
 

Detailed Description

Contains aligned_vector utility and handling of bool vector