tagion_hibon_add_int32

Add int32 to hibon instance

extern (C)
int
tagion_hibon_add_int32
(
const(HiBONT*) h
,
const char* key
,
const size_t key_len
,
int32_t value
)

Parameters

key char*

pointer to the key

key_len size_t

length of the key

value int32_t

int32 to add

Return Value

Type: int

ErrorCode