MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / accessor

Class accessor

extlibs/fmt/include/fmt/core.h:746–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744inline Container& get_container(std::back_insert_iterator<Container> it) {
745 using bi_iterator = std::back_insert_iterator<Container>;
746 struct accessor : bi_iterator {
747 accessor(bi_iterator iter) : bi_iterator(iter) {}
748 using bi_iterator::container;
749 };
750 return *accessor(it).container;
751}
752

Callers 1

core.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected