Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ str
Method
str
include/fmt/base.h:2112–2112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2110
const Char* data;
2111
size_t size;
2112
auto str() const -> basic_string_view<Char> { return {data, size}; }
2113
};
2114
2115
template <typename Context> struct custom_value {
Callers
1
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected