4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::concepts::invocable_move Concept Reference

Like std::invocable but also requires the result to be move constructible. More...

#include <invocable_move.hpp>

Concept definition

template<typename Function, typename... Args>
fcppt::concepts::move_constructible<std::invoke_result_t<Function, Args...>>

Detailed Description

Like std::invocable but also requires the result to be move constructible.