MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / back_inserter

Method back_inserter

src/core/string_builder.hpp:106–109  ·  view source on GitHub ↗

* Create a back-insert-iterator. */

Source from the content-addressed store, hash-verified

104 * Create a back-insert-iterator.
105 */
106 back_insert_iterator back_inserter()
107 {
108 return back_insert_iterator(*this->dest);
109 }
110};
111
112#endif /* STRING_BUILDER_HPP */

Callers 5

FormatNoCommaNumberFunction · 0.45
FormatZerofillNumberFunction · 0.45
FormatHexNumberFunction · 0.45
FormatBytesFunction · 0.45
FormatStringFunction · 0.45

Calls 1

Tested by

no test coverage detected