mn::pointer::basic_linked_ptr_node Struct Reference
This class allows basic_linked_ptr<T> and basic_linked_ptr to share the same base nodes. More...
#include <mn_linked_ptr.hpp>
Inheritance diagram for mn::pointer::basic_linked_ptr_node:
Collaboration diagram for mn::pointer::basic_linked_ptr_node:
Public Attributes | |
basic_linked_ptr_node * | Prev |
basic_linked_ptr_node * | Next |
Detailed Description
This class allows basic_linked_ptr<T> and basic_linked_ptr to share the same base nodes.
Member Data Documentation
◆ Next
|
mutable |
◆ Prev
|
mutable |
The documentation for this struct was generated from the following file: