Scroll to navigation

std::is_bounded_array< _Tp >(3cxx) std::is_bounded_array< _Tp >(3cxx)

NAME

std::is_bounded_array< _Tp > - True for a type that is an array of known bound.

SYNOPSIS

Inherits __is_array_known_bounds< _Tp >.

Detailed Description

template<typename _Tp>

struct std::is_bounded_array< _Tp >"True for a type that is an array of known bound.

Since

C++20

Definition at line 3404 of file type_traits.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

Mon Aug 22 2022 libstdc++