27#include "common/subscript.h"
30namespace Vc_VERSIONED_NAMESPACE
54template <
typename T,
typename Allocator = std::allocator<T>>
55using vector = Common::AdaptSubscriptOperator<std::vector<T, Allocator>>;
59template <
typename T,
typename A>
60struct has_contiguous_storage_impl<
Vc::
vector<T, A>> :
public std::true_type {};
Common::AdaptSubscriptOperator< std::vector< T, Allocator > > vector
An adapted std::vector container with an additional subscript operator which implements gather and sc...
Vector Classes Namespace.