Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::concepts::pointer Concept Reference

Concept for types behaving as an actual pointer type. More...

#include <kwk/concepts/range.hpp>

Detailed Description

Concept for types behaving as an actual pointer type.

Concept definition

template<typename T>
concept kwk::concepts::pointer = std::is_pointer_v<std::remove_cvref_t<T>>
Concept for types behaving as an actual pointer type.
Definition range.hpp:35