logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::constructible_from - [concept.constructible], concept constructible_from

Author

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

                                                    libstdc++                      std::constructible_from(3cxx)

Concept Definition

       template<typename _Tp, typename... _Args>
       concept std::constructible_from =  destructible<_Tp> && is_constructible_v<_Tp, _Args...>

Detailed Description

       [concept.constructible], concept constructible_from

Name

       std::constructible_from - [concept.constructible], concept constructible_from

Synopsis

       #include <concepts>

See Also