preCICE v3.1.1
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
precice::detail::is_container< C, U > Struct Template Reference

#include <span.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename C, typename U = uncvref_t<C>>
struct precice::detail::is_container< C, U >

Definition at line 250 of file span.hpp.

Member Data Documentation

◆ value

template<typename C , typename U = uncvref_t<C>>
constexpr bool precice::detail::is_container< C, U >::value
staticconstexpr
Initial value:
=
!is_span<U>::value && !is_std_array<U>::value &&
!std::is_array<U>::value && has_size_and_data<C>::value

Definition at line 251 of file span.hpp.


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