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

Function get

test/ranges-test.cc:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <size_t N>
230auto get(const tuple_like& t) noexcept -> decltype(t.get<N>()) {
231 return t.get<N>();
232}
233
234// https://github.com/llvm/llvm-project/issues/39218
235FMT_PRAGMA_CLANG(diagnostic ignored "-Wmismatched-tags")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected