NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <jitify.hpp>
Public Member Functions | |
Instance (const T &value_arg) | |
Public Attributes | |
const T & | value |
Create an Instance object that contains a const reference to the value. We use this to wrap abstract objects from which we want to extract their type at runtime (e.g., derived type). This is used to facilitate templating on derived type when all we know at compile time is abstract type.
|
inline |
const T& jitify::reflection::Instance< T >::value |