MCPcopy Create free account
hub / github.com/baidu/tera / Count

Method Count

src/common/base/string_number.cc:581–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 CountOutputIterator& operator*() { return *this; }
580 CountOutputIterator& operator=(T value) { return *this; }
581 size_t Count() const { return m_count; }
582
583 private:
584 size_t m_count;

Callers 1

IntegerStringLengthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected