#include <boost/container/detail/config_begin.hpp>
#include <boost/container/vector.hpp>
#include <boost/aligned_storage.hpp>
#include <boost/container/detail/config_end.hpp>
Classes | |
class | boost::container::container_detail::static_storage_allocator< T, N > |
class | boost::container::static_vector< Value, Capacity > |
A variable-size array container with fixed capacity. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::container | |
boost::container::container_detail | |
Functions | |
template<typename V , std::size_t C1, std::size_t C2> | |
void | boost::container::swap (static_vector< V, C1 > &x, static_vector< V, C2 > &y, typename container_detail::enable_if_c< C1!=C2 >::type *=0) |