- _Clear
void _Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- _InsertAllBut
ThisNode* _InsertAllBut(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Modify
void _Modify(ThisNode* node, Modifier mod)
Undocumented in source. Be warned that the author may not have intended to support it.
- _RemoveAll
auto _RemoveAll(ThisNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.
- _RemoveAllBut
void _RemoveAllBut(ThisNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Replace
bool _Replace(ThisNode* node, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
- check
void check()
Undocumented in source. Be warned that the author may not have intended to support it.
- dealloc
void dealloc(ThisNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- release
void release(MultiIndexContainer c)
Undocumented in source. Be warned that the author may not have intended to support it.
The container. Don't call any index methods from this container directly; use a reference to an individual index, which can be obtained via
or
for named indices.
If you have a range into an index of this container, you can convert it to a range of index N via
This is equivalent to c++ multi_index' project