#include <ikarus/utils/concepts.hh>
template<typename T>
Concept to check if the type is either a unique_ptr or a shared_ptr.
Definition: utils/concepts.hh:623
Definition: utils/concepts.hh:631
Concept to check if a type is a pointer or nullptr_t.
Definition: traits.hh:30