Home
last modified time | relevance | path

Searched refs:non_copyable (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dfuture.h24 struct non_copyable { struct
26 non_copyable() = default;
27 ~non_copyable() = default;
28 non_copyable(const non_copyable&) = delete;
29 non_copyable& operator=(const non_copyable&) = delete;
35 struct shared_state_base : private non_copyable {
138 class future : private non_copyable {
207 struct promise : private non_copyable {
[all...]

Completed in 1 milliseconds