mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
@ -192,8 +192,7 @@ bool operator!=(const std::vector<T> &lhs,
|
||||
}
|
||||
|
||||
template <typename T, size_t Capacity>
|
||||
std::ostream &operator<<(std::ostream &os,
|
||||
const StaticVector<T, Capacity> &c) {
|
||||
std::ostream &operator<<(std::ostream &os, const StaticVector<T, Capacity> &c) {
|
||||
return os << ToString(c);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user