MCPcopy Create free account
hub / github.com/Kitware/CMake / Prepend

Method Prepend

Source/cmDocumentationSection.h:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 /** prepend some documentation to this section */
56 template <typename Iterable>
57 void Prepend(Iterable const& entries)
58 {
59 this->Entries.insert(std::begin(this->Entries), std::begin(entries),
60 std::end(entries));
61 }
62
63private:
64 std::string Name;

Callers 3

HandlePrependCommandFunction · 0.80
PrependSectionMethod · 0.80
EvaluateMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected