Provided by: libstdc++-13-doc_13.2.0-4ubuntu3_all bug

NAME

       std::destructible - [concept.destructible], concept destructible

SYNOPSIS

Concept definition

       template<typename _Tp>
       concept std::destructible =  __detail::__destructible<_Tp>

Detailed Description

       [concept.destructible], concept destructible

Author

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