Method

NumCosmoMathVarDicthas_key

Declaration [src]

gboolean
ncm_var_dict_has_key (
  NcmVarDict* vd,
  const gchar* key
)

Description [src]

Checks if a NcmVarDict has a key key.

Parameters

key

Type: const gchar*

A string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

Whether the key key was found.