tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::invocable Concept Reference

#include <invocable.hpp>

Concept definition

template<typename F, typename... Args>
concept etl::invocable = requires(F&& f, Args&&... args) { etl::invoke(etl::forward<F>(f), etl::forward<Args>(args)...); }
Definition invocable.hpp:14
constexpr auto invoke(F &&f, Args &&... args) -> invoke_result_t< F, Args... >
Definition invoke.hpp:46
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23