KTL
Loading...
Searching...
No Matches
trivial_array_fwd.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace ktl
6{
7 template<typename T, typename Alloc = std::allocator<T>>
8 class trivial_array;
9}
Definition cascading.h:16