template<int P, int Q = (std::numeric_limits<unsigned long long>::digits < std::numeric_limits<long double>::digits ? std::numeric_limits<unsigned long long>::digits : std::numeric_limits<long double>::digits) - 1, bool = (Q < P)>
class vsmc::internal::U01ImplPow2L< P, Q, bool >
Definition at line 50 of file u01.hpp.