neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
tree.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  neolib
 

Typedefs

template<typename T , size_t N = 64, typename Alloc = std::allocator<T>>
using neolib::tree = segmented_tree< T, N, Alloc >