Bifrost SDK
Bifrost SDK documentation
ArrayFwd.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2023 Autodesk, Inc. All rights reserved.
4//
5// Use of this software is subject to the terms of the Autodesk license
6// agreement provided at the time of installation or download, or which
7// otherwise accompanies this software in either electronic or hard copy form.
8// =============================================================================
9//+
10
11#ifndef AMINO_ARRAY_FWD_H
12#define AMINO_ARRAY_FWD_H
13
17
18namespace Amino {
19template <typename T>
20class Array;
21}
22
23#endif
Definition: HostData.h:33