Searched defs:get_void (Results 1 – 2 of 2) sorted by relevance
404 void* get_void(const char* sb) const { in get_void() function in boost::dll::shared_library
1553 template <typename T> struct get_void {}; struct1554 template <> struct get_void<gtl_yes> { typedef void type; }; struct