AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Get() [3/3]

template<typename T >
void drama::sds::Id::Get ( T *  value) const
inline

Fetch primitive value from the component.

Supports the various primitive types - bool, char, short, unsigned short, INT32, UINT32, INT64, UINT64, float and double. Also std::string.

Template Parameters
TThe SDS primitive type you wish to fetch
Parameters
valueThe value retrieved will be written here.

References drama::CreateRunDramaTask(), and DramaTHROW.