Static exponentiation.
More...
List of all members.
Detailed Description
template<size_t N, size_t P>
struct vcsn::misc::static_pow< N, P >
Static exponentiation.
It uses the fast exponentiation algorithm to save template recursion depth.
Definition at line 229 of file static.hh.