openPMD-api
Static Public Attributes | List of all members
openPMD::traits::IsContiguousContainer< T > Struct Template Reference

Emulate in the C++17 concept ContiguousContainer. More...

#include <RecordComponent.hpp>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct openPMD::traits::IsContiguousContainer< T >

Emulate in the C++17 concept ContiguousContainer.

Users can implement this trait for a type to signal it can be used as contiguous container.

See: https://en.cppreference.com/w/cpp/named_req/ContiguousContainer


The documentation for this struct was generated from the following file: