MCPcopy Create free account
hub / github.com/Kitware/CMake / is

Method is

Utilities/cmcppdap/include/dap/any.h:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template <typename T>
169bool any::is() const {
170 return type == TypeOf<T>::type();
171}
172
173template <>
174inline bool any::is<std::nullptr_t>() const {

Callers

nothing calls this directly

Calls 1

typeClass · 0.50

Tested by

no test coverage detected