#include <Meta.h>
|
enum | { ret = meta_least_common_multiple<A,B,K+1>::ret
} |
|
template<int A, int B, int K = 1, bool Done = ((A*K)%B)==0, bool Big = (A>=B)>
struct Eigen::internal::meta_least_common_multiple< A, B, K, Done, Big >
Definition at line 721 of file Meta.h.
◆ anonymous enum
template<int A, int B, int K = 1, bool Done = ((A*K)%B)==0, bool Big = (A>=B)>
The documentation for this struct was generated from the following file: