Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
memory_fwd.hpp
Go to the documentation of this file.
1/*
2 Copyright 2008 Adobe Systems Incorporated
3 Distributed under the Boost Software License - Version 1.0 (see the accompanying file LICENSE
4 or a copy at https://stlab.github.io/adobe_source_libraries/licenses.html)
5*/
6
7/**************************************************************************************************/
8
9#ifndef ADOBE_MEMORY_FWD_HPP
10#define ADOBE_MEMORY_FWD_HPP
11
12/**************************************************************************************************/
13
14#include <adobe/config.hpp>
15
16/**************************************************************************************************/
17
18namespace adobe {
19inline namespace version_1 {
20
21/**************************************************************************************************/
22
23template <typename T>
25
26/**************************************************************************************************/
27
28} // namespace version_1
29
30} // namespace adobe
31
32/**************************************************************************************************/
33
34#endif
35
36/**************************************************************************************************/