[#BaseIndex-CustomAppend] = xref:BaseIndex.adoc[BaseIndex]::CustomAppend :relfileprefix: ../ :mrdocs: Write update index entries for a newly connected block. == Synopsis Declared in `<index/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] virtual bool CustomAppend(xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block); ---- == Return Value True on success. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the block being appended. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#