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

#include <dict.h>

Data Fields

void * key
 
void * datum
 
bool removed
 

Detailed Description

Definition at line 78 of file dict.h.

Field Documentation

◆ datum

void* datum

Definition at line 80 of file dict.h.

◆ key

void* key

Definition at line 79 of file dict.h.

◆ removed

bool removed

Definition at line 81 of file dict.h.


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