Diag-Client-Lib
core_type::details::is_std_array< std::array< T, N > > Struct Template Reference

Type trait to check if passed element is std::array or not. More...

#include <span.h>

Inheritance diagram for core_type::details::is_std_array< std::array< T, N > >:
Inheritance graph
[legend]
Collaboration diagram for core_type::details::is_std_array< std::array< T, N > >:
Collaboration graph
[legend]

Detailed Description

template<typename T, std::size_t N>
struct core_type::details::is_std_array< std::array< T, N > >

Type trait to check if passed element is std::array or not.

Template Parameters
TThe element type in std::array
NThe size of std::array

Definition at line 91 of file span.h.


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