Typedef beluga::Vector

Typedef Documentation

template<class T>
using beluga::Vector = std::vector<T, std::allocator<T>>

Shorthand for a vector with the default allocator.