Class Generic¶
Defined in File generic.h
Nested Relationships¶
Nested Types¶
Inheritance Relationships¶
Derived Type¶
public ouster::sdk::core::FrameSetSourceMetadataClass FrameSetSourceMetadata
Class Documentation¶
-
class Generic¶
A type-erasing wrapper class a la “Runtime Polymorphism” by Sean Parent et al.
Subclassed by ouster::sdk::core::FrameSetSourceMetadata
Public Functions
-
virtual ~Generic() = default¶
-
template<typename T>
inline Generic(T value)¶ Construct a Generic object from any type T.
- Parameters:
value[in] The value to store in the Generic object.
-
virtual ~Generic() = default¶