Searched refs:DOCTEST_CONSTEXPR (Results 1 – 1 of 1) sorted by relevance
397 #ifndef DOCTEST_CONSTEXPR399 #define DOCTEST_CONSTEXPR const macro402 #define DOCTEST_CONSTEXPR constexpr460 static DOCTEST_CONSTEXPR int consume(const int*, int) noexcept { return 0; } in consume()642 static DOCTEST_CONSTEXPR size_type len = 24; //!OCLINT avoid private static members643 static DOCTEST_CONSTEXPR size_type last = len - 1; //!OCLINT avoid private static members668 static DOCTEST_CONSTEXPR size_type npos = static_cast<size_type>(-1);1001 struct true_type { static DOCTEST_CONSTEXPR bool value = true; };1002 struct false_type { static DOCTEST_CONSTEXPR bool value = false; };1015 … template <typename T> struct is_enum { static DOCTEST_CONSTEXPR bool value = __is_enum(T); };[all …]