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

Function data

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

Source from the content-addressed store, hash-verified

545 : data_(s.data()), size_(s.size()) {}
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_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected