.TH "std::constructible_from" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::constructible_from \- [concept\&.constructible], concept constructible_from .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args\&.\&.\&.> .fi .SH "Detailed Description" .PP [concept\&.constructible], concept constructible_from .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.