![]() |
Multilevel Deduplication Engine (MDE)
|
The nesting type for non-nested data structures. Act as "leaf" nodes in a tree of nested MDEs. More...
#include <mde.hpp>
Classes | |
| struct | PropertyElement |
| Base-case type for the elements for a property set. The template arguments are for the 'key' type. More... | |
Public Types | |
| using | MDEReferenceList = std::tuple<> |
| Reference list. In the base case, there are no child MDEs. | |
| using | ChildValueList = std::tuple<> |
| Child value list. In the base case, there are no child MDEs. | |
Static Public Attributes | |
| static constexpr bool | is_nested = false |
| Compile-time value that says this is not nested. | |
| static constexpr Size | num_children = 0 |
| Compile-time value that says there are no nested children. | |
The nesting type for non-nested data structures. Act as "leaf" nodes in a tree of nested MDEs.
| PropertyT | The 'key' property |
| using mde::NestingNone< PropertyT >::ChildValueList = std::tuple<> |
| using mde::NestingNone< PropertyT >::MDEReferenceList = std::tuple<> |
|
staticconstexpr |
|
staticconstexpr |