OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
set_util.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename SetType , typename AddFunctor , typename DelFunctor >
bool set_synchronize (const SetType *set1, const SetType *set2, AddFunctor add_fn, DelFunctor del_fn)
 

Function Documentation

template<typename SetType , typename AddFunctor , typename DelFunctor >
bool set_synchronize ( const SetType *  set1,
const SetType *  set2,
AddFunctor  add_fn,
DelFunctor  del_fn 
)

Definition at line 21 of file set_util.h.