Matches a callable used for read-only operations. More...
#include <Concepts.h>
Matches a callable used for read-only operations.
Accepts T, T&, or T const&, for example, std::function<void(T)>