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