Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

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

                                                    libstdc++                            std::destructible(3cxx)

Concept Definition

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

Detailed Description

       [concept.destructible], concept destructible

Name

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

Synopsis

       #include <concepts>

See Also