template<typename T>
class maxon::HasValueReceiver< T >
ValueReceiver type that will verify if one value was received from the caller. No information about the actual value collected will be retained, just found/not found. Useful for calls such as GetConnections when we are interested if there is at least one/any of connection of the given type. Iterations stop after a value is found.
...
HasValueReceiver<
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