MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / IsTupleLike

Class IsTupleLike

develop/matchit/patterns.h:1216–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214
1215 template <typename Value, typename = std::void_t<>>
1216 struct IsTupleLike : std::false_type
1217 {
1218 };
1219
1220 template <typename Value>
1221 struct IsTupleLike<Value, std::void_t<decltype(std::tuple_size<Value>::value)>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected