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

Class IsRange

develop/matchit/patterns.h:1233–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231
1232 template <typename Value, typename = std::void_t<>>
1233 struct IsRange : std::false_type
1234 {
1235 };
1236
1237 template <typename Value>
1238 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