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

Method get

test/ranges-test.cc:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219 template <size_t N>
220 auto get() const noexcept -> fmt::enable_if_t<N == 0, int> {
221 return i;
222 }
223 template <size_t N>
224 auto get() const noexcept -> fmt::enable_if_t<N == 1, fmt::string_view> {
225 return str;

Callers 13

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
open_buffered_fileFunction · 0.45
fillMethod · 0.45
consumeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected