.TH "std::permutable" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::permutable \- [alg\&.req\&.permutable], concept \fRpermutable\fP .SH SYNOPSIS .br .PP .PP \fR#include \fP .SH "Concept definition" .PP .nf template concept permutable = forward_iterator<_Iter> && indirectly_movable_storable<_Iter, _Iter> && indirectly_swappable<_Iter, _Iter> .PP .fi .SH "Detailed Description" .PP [alg\&.req\&.permutable], concept \fRpermutable\fP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.