aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/detail/utility/ErrorRange.hpp
blob: a427f6c8ae5221b2c1a3cda495f771f891ed32f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <utility>

#include <openvic-dataloader/Error.hpp>

#include <dryad/node.hpp>

namespace ovdl::detail {
   using error_range = decltype(std::declval<const error::Root*>()->errors());
}