MCPcopy Create free account
hub / github.com/fmtlib/fmt / size

Function size

include/fmt/base.h:548–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546
547 constexpr auto data() const noexcept -> const Char* { return data_; }
548 constexpr auto size() const noexcept -> size_t { return size_; }
549
550 constexpr auto begin() const noexcept -> iterator { return data_; }
551 constexpr auto end() const noexcept -> iterator { return data_ + size_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected