MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / flush

Method flush

Source/ThirdParty/fmt/base.h:1884–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1882 }
1883
1884 void flush() {
1885 auto size = this->size();
1886 this->clear();
1887 const T* begin = data_;
1888 const T* end = begin + this->limit(size);
1889 while (begin != end) *out_++ = *begin++;
1890 }
1891
1892 public:
1893 explicit iterator_buffer(OutputIt out, size_t n = buffer_size)

Callers 2

growMethod · 0.45
growMethod · 0.45

Calls 3

sizeMethod · 0.45
clearMethod · 0.45
limitMethod · 0.45

Tested by

no test coverage detected