Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ Any
Function
Any
framework/include/cppmicroservices/Any.h:423–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
*/
422
template <typename ValueType>
423
Any(ValueType const& value) : _content(new Holder<ValueType>(value))
424
{
425
}
426
427
/**
428
* Creates an Any moving value into the internal storage
Callers
1
Any.h
File · 0.70
Calls
1
Clone
Method · 0.80
Tested by
no test coverage detected