libdict
Data Structure C Library
Loading...
Searching...
No Matches
dict_insert_result Struct Reference

#include <dict.h>

Data Fields

void ** datum_ptr
 
bool inserted
 

Detailed Description

Definition at line 73 of file dict.h.

Field Documentation

◆ datum_ptr

void** datum_ptr

Definition at line 74 of file dict.h.

◆ inserted

bool inserted

Definition at line 75 of file dict.h.


The documentation for this struct was generated from the following file: