Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h397 #ifndef DOCTEST_CONSTEXPR
399 #define DOCTEST_CONSTEXPR const macro
402 #define DOCTEST_CONSTEXPR constexpr
460 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 members
643 static DOCTEST_CONSTEXPR size_type last = len - 1; //!OCLINT avoid private static members
668 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 …]