Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ vec
Class
vec
test/ranges-test.cc:531–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
530
namespace adl {
531
struct vec {
532
int n[2] = {42, 43};
533
};
534
535
auto begin(const vec& v) -> const int* { return v.n; }
536
auto end(const vec& v) -> const int* { return v.n + 2; }
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68