Diag-Client-Lib
core_type::details::is_container_element_type_convertible< typename, typename, typename > Struct Template Reference

Checks if std::remove_pointer_t<decltype(std::data(arr))>(*)[] is convertible to T(*)[]. More...

#include <span.h>

Inheritance diagram for core_type::details::is_container_element_type_convertible< typename, typename, typename >:
Inheritance graph
[legend]
Collaboration diagram for core_type::details::is_container_element_type_convertible< typename, typename, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename, typename, typename = void>
struct core_type::details::is_container_element_type_convertible< typename, typename, typename >

Checks if std::remove_pointer_t<decltype(std::data(arr))>(*)[] is convertible to T(*)[].

Template Parameters
FThe type to convert From
TThe type to convert To

Definition at line 130 of file span.h.


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