Program Listing for File DynamicPool.hpp

Return to documentation for file (umpire/strategy/DynamicPool.hpp)

//////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2016-20, Lawrence Livermore National Security, LLC and Umpire
// project contributors. See the COPYRIGHT file for details.
//
// SPDX-License-Identifier: (MIT)
//////////////////////////////////////////////////////////////////////////////
#ifndef UMPIRE_DynamicPool_HPP
#define UMPIRE_DynamicPool_HPP

#include "umpire/strategy/DynamicPoolMap.hpp"

namespace umpire {
namespace strategy {

using DynamicPool = DynamicPoolMap;

} // end of namespace strategy
} // end of namespace umpire

#endif