template<typename T>
class maxon::FirstValueReceiver< T >
ValueReceiver type that will copy the first found value for later access. Useful for calls such as GetConnections when we are interested in getting details about the first connection found. Iterations stop after a value is found. of the given type.
...
FirstValueReceiver<
const String&> recv;
Definition: c4d_string.h:39
Bool IsPopulated() const
Definition: string.h:1449
#define DiagnosticOutput(formatString,...)
Definition: debugdiagnostics.h:176
#define iferr_return
Definition: resultbase.h:1519