Parameter | Description |
---|---|
value | The variable to assign the value to, if retrieval succeeds. |
bool
true
if the option exists and the type matches; otherwise, false
.
Tries to retrieve the value of the node option using the specified type.
If the value was never explicitly set, this method still returns true
, and will contain the default
value for type T
.