Permutations

Hi,

I wanna use permutations in one of my projects, but i can’t find any function like “next permutation” from the #include in “normal” c++.

Is there any hidden function or am i able to use this method when I include some files?
Otherwise I’ve got to implement it myself :confused:

Cheers