.. _libcudacxx-standard-api-container: Container Library ================= .. toctree:: :hidden: :maxdepth: 1 container_library/array container_library/inplace_vector container_library/mdspan container_library/span Any Standard C++ header not listed below is omitted. .. list-table:: :widths: 25 45 30 30 20 :header-rows: 1 * - **Header** - **Content** - **CCCL Availability** - **CUDA Toolkit Availability** - **C++ Reference** * - :ref:`\ ` - Fixed size array - CCCL 2.0.0 - CUDA 11.7 - `\ `_ * - :ref:`\ ` - Flexible size container with fixed capacity - CCCL 2.6.0 - CUDA 12.8 - `\ `_ * - :ref:`\ ` - Non - owning view into a multidimensional contiguous sequence of objects - CCCL 2.1.0 - CUDA 12.2 - `\ `_ * - :ref:`\ ` - Non - owning view into a contiguous sequence of objects - CCCL 2.1.0 - CUDA 12.2 - `\ `_