.. ## .. ## Copyright (c) Lawrence Livermore National Security, LLC and other .. ## Camp Project Developers. See top-level LICENSE and COPYRIGHT .. ## files for dates and other details. No copyright assignment is required .. ## to contribute to Camp. .. ## .. ## 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 use 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/resource feature/number feature/tuple