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

A callable type that is marked noexcept. More...

#include <concepts.h>

Concept definition

template<typename F, typename... Args>
std::is_nothrow_invocable_v<F, Args...>
A callable type that can be invoked with given arguments.
Definition concepts.h:77
A callable type that is marked noexcept.
Definition concepts.h:108

Detailed Description

A callable type that is marked noexcept.

Definition at line 108 of file concepts.h.