Leaf for tuple implementation see TupleMemory for details. More...
#include <tupleMemory.hpp>

Public Member Functions | |
| template<typename TT> | |
| inlineTupleMemoryLeaf (TT &&v) | |
| Constructor. | |
| inlineTupleMemoryLeaf (TupleMemoryLeaf const &v)=default | |
| Constructor. | |
Public Attributes | |
| T | value |
| Memory value. | |
Leaf for tuple implementation see TupleMemory for details.