Searched defs:LibraryCloser (Results 1 – 1 of 1) sorted by relevance
50 struct LibraryCloser { struct52 void operator()(void* library) { dlclose(library); } in operator ()()