cef_dictionary_value_t.get_int

Returns the value at the specified key as type int.

struct cef_dictionary_value_t
extern (System)
int function(cef_dictionary_value_t* self, const(cef_string_t)* key) nothrow get_int;

Meta