Name
ec_bag_remove — Remove the specified data type from a bag
Synopsis
#include "ec_boh.h"
| void * **ec_bag_remove** (
| bag, | |
| | typedname)
; | |
Description
Remove the specified data type from a bag.
- bag
-
The ec_bag.
- typedname
-
The data type that you wish to remove, for example
int
.
This function returns a void pointer.
It is legal to call this function in any thread.
Was this page helpful?