xo-object2: missed DDictionary.hpp update

This commit is contained in:
Roland Conybeare 2026-04-10 20:31:54 -04:00
commit ccb8127219

View file

@ -211,6 +211,15 @@ namespace xo {
void visit_gco_children(VisitReason reason, obj<AGCObjectVisitor> gc) noexcept;
///@}
private:
/** @defgroup ddictionary-impl-methods implementation methods **/
///@{
/** append {key, value} pair @p kv_pair to this dictionary
* Require: @p kv_pair.first not already present in @ref keys_
**/
bool _append_kv_aux(const pair_type & kv_pair);
///@}
private:
/** @defgroup ddictionary-instance-variables instance variables **/
///@{