libstdc++
experimental/array File Reference

Go to the source code of this file.

Namespaces

 std
 

Macros

#define __cpp_lib_experimental_make_array
 
#define _GLIBCXX_EXPERIMENTAL_ARRAY
 

Functions

template<typename _Tp , size_t _Nm, size_t... _Idx>
constexpr array< remove_cv_t
< _Tp >, _Nm > 
std::experimental::fundamentals_v2::__to_array (_Tp(&__a)[_Nm], index_sequence< _Idx...>)
 

Variables

template<typename _Dest = void, typename... _Types>
constexpr auto std::experimental::fundamentals_v2::array< conditional_t< is_void_v< _Dest >, common_type_t< _Types...>, _Dest >, sizeof...(_Types)>
 
template<typename _Tp , size_t _Nm>
constexpr std::experimental::fundamentals_v2::array< remove_cv_t< _Tp >, _Nm >
 
 std::experimental::fundamentals_v2::return
 

Detailed Description

This is a TS C++ Library header.

Definition in file experimental/array.