mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
added string_utils and strcpy_safe
This commit is contained in:
@ -98,6 +98,8 @@ T minusOneIfDifferent(const std::vector<T>& container)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
//TODO!(Erik)Should try to move away from using this in the slsDetectorPackage
|
||||
inline
|
||||
std::string concatenateIfDifferent(std::vector<std::string> container)
|
||||
|
Reference in New Issue
Block a user