Home
last modified time | relevance | path

Searched defs:get_void (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/dll/
Dshared_library.hpp404 void* get_void(const char* sb) const { in get_void() function in boost::dll::shared_library
/third_party/boost/boost/polygon/
Dpolygon_traits.hpp1553 template <typename T> struct get_void {}; struct
1554 template <> struct get_void<gtl_yes> { typedef void type; }; struct