Home
last modified time | relevance | path

Searched refs:move_only_fun (Results 1 – 1 of 1) sorted by relevance

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Ddynamic_spawn.cpp484 struct move_only_fun { struct
485 move_only_fun() = default;
486 move_only_fun(const move_only_fun&) = delete;
487 move_only_fun(move_only_fun&&) = default;
495 move_only_fun f; argument