Adobe Source Libraries  1.43
array_fwd.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2013 Adobe
3  Distributed under the Boost Software License, Version 1.0.
4  (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 */
6 /*************************************************************************************************/
7 
8 #ifndef ADOBE_ARRAY_FWD_HPP
9 #define ADOBE_ARRAY_FWD_HPP
10 
11 #include <adobe/config.hpp>
12 
13 #include <vector>
14 
15 #include <adobe/any_regular_fwd.hpp>
16 
17 /*************************************************************************************************/
18 
19 namespace adobe {
20 
21 /*************************************************************************************************/
22 
24 typedef std::vector<any_regular_t> array_t;
25 
26 /*************************************************************************************************/
27 
28 } // namespace adobe
29 
30 /*************************************************************************************************/
31 
32 #endif
std::vector< any_regular_t > array_t
Definition: array_fwd.hpp:24