Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::concepts::Invocable Concept Reference

A callable type that can be invoked with given arguments. More...

#include <concepts.h>

Concept definition

template<typename F, typename... Args>
concept database::concepts::Invocable = std::invocable<F, Args...>
A callable type that can be invoked with given arguments.
Definition concepts.h:77

Detailed Description

A callable type that can be invoked with given arguments.

Definition at line 77 of file concepts.h.