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