Home
last modified time | relevance | path

Searched defs:const_pow_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/random/detail/
Dseed_impl.hpp51 struct const_pow_impl struct
54 static T call(T arg, int n, T result) in call()
62 struct const_pow_impl<0> struct
65 static T call(T, int, T result) in call()