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