Spicy
hilti
runtime
include
types
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
hilti::rt
Definition:
any.h:7
Generated by
1.8.13