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

Class IsRange

include/matchit.h:1540–1542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538
1539 template <typename Value, typename = std::void_t<>>
1540 struct IsRange : std::false_type
1541 {
1542 };
1543
1544 template <typename Value>
1545 struct IsRange<Value, std::void_t<decltype(std::begin(std::declval<Value>())),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected