Searched refs:static_assertion (Results 1 – 2 of 2) sorted by relevance
41 struct static_assertion {}; struct44 struct static_assertion<true>109 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}114 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
48 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…