supereight
|
Go to the source code of this file.
Classes | |
class | se::detail::ArrayAllocator< T, N > |
An allocator using a static array of N elements of type T . More... | |
struct | se::detail::ArrayAllocator< T, N >::rebind< U > |
Namespaces | |
namespace | se |
Helper wrapper to allocate and de-allocate octants in the octree. | |
namespace | se::detail |
Typedefs | |
template<typename T , std::size_t N> | |
using | se::BoundedVector = std::vector< T, detail::ArrayAllocator< T, N > > |
A statically-allocated std::vector that can store at most N elements. | |