Skip to main content

Name

ec_bag_remove — Remove the specified data type from a bag

Synopsis

#include "ec_boh.h"

| void * **ec_bag_remove** ( | bag, |   | |   | typedname); |   |

ec_bag * <var class="pdparam">bag</var>; const char * <var class="pdparam">typedname</var>;

Description

Remove the specified data type from a bag.

Parameters

bag

The ec_bag.

typedname

The data type that you wish to remove, for example int.

Return Values

This function returns a void pointer.

Threading

It is legal to call this function in any thread.

Was this page helpful?