#pragma once
#include <array><--- Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <algorithm><--- Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include "adaptor/internal/advanced_container.hpp"
namespace uni {
template<class T, int N>
using array = internal::advanced_container<std::array<T,N>>;
} // namespace uni