|
|
@@ -268,7 +268,7 @@ template<typename List>
|
|
|
using type_list_unique_t = type_list_unique<List>::type;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a type list contains a
|
|
|
+ * @brief Provides the member constant `value` equal to true if a type list contains a
|
|
|
* given type, false otherwise.
|
|
|
* @tparam List Type list.
|
|
|
* @tparam Type Type to look for.
|
|
|
@@ -530,7 +530,7 @@ template<typename Type>
|
|
|
using value_list_unique_t = value_list_unique<Type>::type;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a value list contains
|
|
|
+ * @brief Provides the member constant `value` equal to true if a value list contains
|
|
|
* a given value, false otherwise.
|
|
|
* @tparam List Value list.
|
|
|
* @tparam Value Value to look for.
|
|
|
@@ -632,7 +632,7 @@ template<typename Ret, typename Func, typename Args>
|
|
|
inline constexpr bool is_applicable_r_v = is_applicable_r<Ret, Func, Args>::value;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a given type is
|
|
|
+ * @brief Provides the member constant `value` equal to true if a given type is
|
|
|
* complete, false otherwise.
|
|
|
* @tparam Type The type to test.
|
|
|
*/
|
|
|
@@ -652,7 +652,7 @@ template<typename Type>
|
|
|
inline constexpr bool is_complete_v = is_complete<Type>::value;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a given type is an
|
|
|
+ * @brief Provides the member constant `value` equal to true if a given type is an
|
|
|
* iterator, false otherwise.
|
|
|
* @tparam Type The type to test.
|
|
|
*/
|
|
|
@@ -685,7 +685,7 @@ template<typename Type>
|
|
|
inline constexpr bool is_iterator_v = is_iterator<Type>::value;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a given type is both
|
|
|
+ * @brief Provides the member constant `value` equal to true if a given type is both
|
|
|
* an empty and non-final class, false otherwise.
|
|
|
* @tparam Type The type to test
|
|
|
*/
|
|
|
@@ -700,7 +700,7 @@ template<typename Type>
|
|
|
inline constexpr bool is_ebco_eligible_v = is_ebco_eligible<Type>::value;
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if `Type::is_transparent`
|
|
|
+ * @brief Provides the member constant `value` equal to true if `Type::is_transparent`
|
|
|
* is valid and denotes a type, false otherwise.
|
|
|
* @tparam Type The type to test.
|
|
|
*/
|
|
|
@@ -781,7 +781,7 @@ template<typename Type>
|
|
|
/*! @endcond */
|
|
|
|
|
|
/**
|
|
|
- * @brief Provides the member constant `value` to true if a given type is
|
|
|
+ * @brief Provides the member constant `value` equal to true if a given type is
|
|
|
* equality comparable, false otherwise.
|
|
|
* @tparam Type The type to test.
|
|
|
*/
|