const std::vector< double > & rhs
static void * openDll(const std::string &filepath)
Static method for opening the shared library.
static void closeDll(void *handle)
Static method for closing the shared library.
Class for wrapping a shared library.
~LibraryWrapper()
Destructor.
bool openLibrary(const std::string &filepath)
Opens a DLL.
void * m_module
An untyped pointer to the loaded library.
LibraryWrapper & operator=(const LibraryWrapper &)=delete
void swap(MultiFileValidator &obj1, MultiFileValidator &obj2)