Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
copy_on_write.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_COPY_ON_WRITE_HPP
9#define ADOBE_COPY_ON_WRITE_HPP
10
11/**************************************************************************************************/
12
13#include <stlab/copy_on_write.hpp>
14
15/**************************************************************************************************/
16
17namespace adobe {
18
19/**************************************************************************************************/
20
24
25template <class T>
26using copy_on_write = stlab::copy_on_write<T>;
27
28/**************************************************************************************************/
29
30} // namespace adobe
31
32/**************************************************************************************************/
33
34#endif
35
36/**************************************************************************************************/
stlab::copy_on_write< T > copy_on_write