plucky (3) std::is_bounded_array.3cxx.gz

Provided by: libstdc++-12-doc_12.4.0-4ubuntu1_all bug

NAME

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

SYNOPSIS

       #include <type_traits>

       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

Author

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

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