Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ begin
Method
begin
test/ranges-test.cc:805–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
803
804
struct not_range {
805
void begin() const {}
806
void end() const {}
807
};
808
static_assert(!fmt::is_formattable<not_range>{},
""
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected