Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
template <typename T>
169
bool any::is() const {
170
return type == TypeOf<T>::type();
171
}
172
173
template <>
174
inline bool any::is<std::nullptr_t>() const {
Callers
nothing calls this directly
Calls
1
type
Class · 0.50
Tested by
no test coverage detected