00001 #ifndef NMWR_GB_SET_TRAITS_H 00002 #define NMWR_GB_SET_TRAITS_H 00003 00004 00005 // $LICENSE 00006 00007 00025 template<class S> class set_traits { 00026 // to define: 00027 // typedef ... element_type 00028 // bool is_member(const element_type&); 00029 }; 00030 00031 #endif 00032