Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ size
Method
size
include/fmt/ranges.h:150–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
using value_type = T;
149
150
static FMT_CONSTEXPR auto size() -> size_t { return sizeof...(N); }
151
};
152
153
template <size_t... N> using index_sequence = integer_sequence<size_t, N...>;
Callers
1
write_debug_string
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected