ParamSet.set

ditto

  1. bool set(cstring key, cstring val)
  2. bool set(cstring key, size_t val, mstring dec)
    class ParamSet
    bool
    set

Parameters

key cstring

parameter key (case insensitive)

val size_t

parameter value

dec mstring

number to string conversion buffer, a slice will be associated as string value for key

Return Value

Type: bool

true if key is one of parameter keys passed on instantiation or false otherwise. In case of false nothing has changed.

Meta