Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox::util::Pointer Concept Reference

#include <toolbox/util/Concepts.hpp>

Concept definition

template<class T>
concept toolbox::util::Pointer = std::is_pointer_v<T>

Detailed Description

Definition at line 45 of file Concepts.hpp.