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

Class IsTupleLike

include/matchit.h:1523–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521
1522 template <typename Value, typename = std::void_t<>>
1523 struct IsTupleLike : std::false_type
1524 {
1525 };
1526
1527 template <typename Value>
1528 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