Home
last modified time | relevance | path

Searched refs:static_assertion (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DStaticAssert.h41 struct static_assertion {}; struct
44 struct static_assertion<true>
109 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
114 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
/external/eigen/doc/
DTopicAssertions.dox48 struct static_assertion {};
51 struct static_assertion<true>
61 And then, we define EIGEN_STATIC_ASSERT(CONDITION,MSG) to access Eigen::internal::static_assertion<…
64 When using this macro, MSG should be a member of static_assertion<true>, or the static assertion \b…