#include <optional>
#include <string>
Namespaces | |
drake | |
Functions | |
std::optional< std::string > | LoadedLibraryPath (const std::string &library_name) |
This function returns the absolute path of the library with the name library_name if that library was loaded in the current running process. More... | |