file
tagged_ptr.hContains the definition of muu::
Namespaces
- namespace muu
- The root namespace for all muu functions and types.
Classes
-
template <typename T, size_t Align = impl::tptr_min_align<T>>class muu::tagged_ptr
- Specialized pointer capable of storing data in the unused bits of a pointer's value.
-
template <typename T, size_struct std::pointer_traits<muu::tagged_ptr<T, Align>>
t Align> - Specialization of std::
pointer_traits for muu:: tagged_ptr.