MCPcopy 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.hFile · 0.70

Calls 1

CloneMethod · 0.80

Tested by

no test coverage detected