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

Class IsNullaryOrId

include/matchit.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180 template <typename T>
181 class IsNullaryOrId : public std::false_type
182 {
183 };
184
185 template <typename T>
186 class IsNullaryOrId<Id<T>> : public std::true_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected