The Battle for Wesnoth  1.19.10+dev
Public Types | List of all members
boost::detail::span_data< T, typename std::enable_if< std::is_pointer< span_ptr< T > >::value >::type > Struct Template Reference

#include <span.hpp>

Public Types

typedef std::remove_pointer< span_ptr< T > >::type type
 

Detailed Description

template<class T>
struct boost::detail::span_data< T, typename std::enable_if< std::is_pointer< span_ptr< T > >::value >::type >

Definition at line 137 of file span.hpp.

Member Typedef Documentation

◆ type

template<class T >
typedef std::remove_pointer<span_ptr<T> >::type boost::detail::span_data< T, typename std::enable_if< std::is_pointer< span_ptr< T > >::value >::type >::type

Definition at line 139 of file span.hpp.


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