The Battle for Wesnoth  1.19.27+dev
Static Public Attributes | List of all members
boost::detail::span_is_range< R, T > Struct Template Reference

#include <span.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class R, class T>
struct boost::detail::span_is_range< R, T >

Definition at line 166 of file span.hpp.

Member Data Documentation

◆ value

template<class R , class T >
constexpr bool boost::detail::span_is_range< R, T >::value
staticconstexpr
Initial value:
!span_is_span<span_uncvref<R> >::value &&
!span_is_array<span_uncvref<R> >::value &&
!std::is_array<span_uncvref<R> >::value &&
std::unique_ptr< MIX_Audio, decltype(&MIX_DestroyAudio)> value
Definition: sound.cpp:138
static constexpr bool value
Definition: span.hpp:144
static constexpr bool value
Definition: span.hpp:155
static constexpr bool value
Definition: span.hpp:167

Definition at line 167 of file span.hpp.


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