.. ## .. ## Copyright (c) 2016-24, Lawrence Livermore National Security, LLC .. ## and RAJA project contributors. See the CAMP/LICENSE file .. ## for details. .. ## .. ## SPDX-License-Identifier: (BSD-3-Clause) .. ## .. _features-label: ************* CAMP Features ************* The following sections describe the main CAMP features. These sections are designed to familiarize users with CAMP and it's capabilities, as well as provide syntactic examples of how to utilize CAMP. CAMP has many features that mimic the C++ standard library. The benefit of using CAMP is that containers and structures, and the operations performed on them, can be run on a device, instead of just on the host, as the C++ standard library is limited to. For more information about specific CAMP features, visit the pages below. .. toctree:: :maxdepth: 3 feature/array feature/list feature/number feature/resource feature/tuple