KTL
packed_ptr_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstddef>
4 #include <type_traits>
5 
6 namespace ktl
7 {
8  template<typename PtrT, size_t Bits, size_t Alignment = alignof(std::remove_pointer_t<PtrT>)>
9  class packed_ptr;
10 }
Definition: cascading.h:15