Function class_loader::systemLibraryFormat
- Defined in File class_loader.hpp 
Function Documentation
- 
std::string class_loader::systemLibraryFormat(const std::string &library_name)
- Returns a platform specific version of a basic library name. - On *nix platforms the library name is prefixed with - lib. On all platforms the output of class_loader::systemLibrarySuffix() is appended.- Parameters:
- library_name – [in] name to add the prefix 
- Returns:
- library name with the prefix added