tagion_hibon_add_bool

Add boolean to hibon instance

extern (C)
int
tagion_hibon_add_bool
(
const(HiBONT*) h
,
const char* key
,
const size_t key_len
,
bool value
)

Parameters

key char*

pointer to the key

key_len size_t

length of the key

value bool

bool to add

Return Value

Type: int

ErrorCode