mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
clang format
This commit is contained in:
@ -70,7 +70,7 @@ template <class T, class Allocator = std::allocator<T>> class Result {
|
||||
* @tparam Args template paramter pack to forward
|
||||
*/
|
||||
template <typename... Args>
|
||||
Result(Args &&... args) : vec(std::forward<Args>(args)...) {}
|
||||
Result(Args &&...args) : vec(std::forward<Args>(args)...) {}
|
||||
|
||||
using value_type = typename std::vector<T>::value_type;
|
||||
using iterator = typename std::vector<T>::iterator;
|
||||
|
Reference in New Issue
Block a user