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

A callable type that returns void when invoked. More...

#include <concepts.h>

Concept definition

template<typename F, typename... Args>
std::is_void_v<std::invoke_result_t<F, Args...>>
A callable type that can be invoked with given arguments.
Definition concepts.h:77
A callable type that returns void when invoked.
Definition concepts.h:84

Detailed Description

A callable type that returns void when invoked.

Definition at line 84 of file concepts.h.