|
Expression Templates Library (ETL)
|
#include "cpp_utils/aligned_vector.hpp"

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 |
Contains aligned_vector utility and handling of bool vector
1.8.13