ecs_meta_get_string

Function ecs_meta_get_string 

Source
pub unsafe extern "C" fn ecs_meta_get_string(
    cursor: *const ecs_meta_cursor_t,
) -> *const c_char
Expand description

Get field value as string. This operation does not perform conversions. If the field is not a string, this operation will fail.