doc: cleanup

This commit is contained in:
Michele Caini
2022-11-16 10:30:40 +01:00
parent be16418289
commit 4af0a3a0d1

View File

@@ -30,7 +30,6 @@ struct meta_associative_container_traits;
/**
* @brief Provides the member constant `value` to true if a given type is a
* pointer-like type from the point of view of the meta system, false otherwise.
* @tparam Type Potentially pointer-like type.
*/
template<typename>
struct is_meta_pointer_like: std::false_type {};