Provided by: libstdc++-14-doc_14-20240412-0ubuntu1_all bug

NAME

       std::is_same< _Tp, _Up > - is_same

SYNOPSIS

       #include <type_traits>

       Inherits std::false_type.

Detailed Description

   template<typename _Tp, typename _Up>
       struct std::is_same< _Tp, _Up >"is_same

Author

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

                                            libstdc++              std::is_same< _Tp, _Up >(3cxx)