KTL
Loading...
Searching...
No Matches
reference_fwd.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace ktl
6{
7 // Wrapper class for making allocator ref-counted
8 template<typename Alloc>
9 class reference;
10}
Definition cascading.h:16