Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ any
Method
any
Utilities/cmcppdap/include/dap/any.h:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
template <typename T>
84
inline any::any(const T& val) {
85
*this = val;
86
}
87
88
any::any(const any& other) noexcept : type(other.type) {
89
if (other.value != nullptr) {
Callers
1
testChecks
Function · 0.45
Calls
4
isInBuffer
Method · 0.80
size
Method · 0.45
alignment
Method · 0.45
copyConstruct
Method · 0.45
Tested by
1
testChecks
Function · 0.36