ParamSet.get_

Looks up key in a case-insensitive manner.

class ParamSet
protected
get_
out (element) { if (element) assert (element.key || !element.val); }

Parameters

key cstring

parameter key

Return Value

Type: Element*

- Pointer to a a struct which contains the original key and the parameter value, where a null value indicates that no value is currently set for this key, or - null if the key was not found.

Meta