#include <stlsoft/stlsoft.h>
#include <stlsoft/memory/allocator_selector.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/containers/util/array_policies.hpp>
#include <stlsoft/meta/capabilities.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <stlsoft/util/std_swap.hpp>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | fixed_array_1d |
| 1 dimensional fixed array More... | |
| class | fixed_array_2d |
| 2 dimensional fixed array More... | |
| class | fixed_array_3d |
| 3 dimensional fixed array More... | |
| class | fixed_array_4d |
| 4 dimensional fixed array More... | |
Functions | |
| template<typename T, typename A, typename P, bool R> | |
| size_t | array_size (fixed_array_1d< T, A, P, R > const &ar) |
| template<typename T, typename A, typename P, bool R> | |
| size_t | array_size (fixed_array_2d< T, A, P, R > const &ar) |
| template<typename T, typename A, typename P, bool R> | |
| size_t | array_size (fixed_array_3d< T, A, P, R > const &ar) |
| template<typename T, typename A, typename P, bool R> | |
| size_t | array_size (fixed_array_4d< T, A, P, R > const &ar) |
1.5.6