Spicy
vector_fwd.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <memory>
6 
7 namespace hilti::rt {
8 template<typename T, typename Allocator = std::allocator<T>>
9 class Vector;
10 } // namespace hilti::rt
Definition: any.h:7