Home
last modified time | relevance | path

Searched defs:noncopyable_t (Results 1 – 2 of 2) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dmaybe.h101 struct noncopyable_t { struct
104 noncopyable_t &operator=(noncopyable_t &&) = default; argument
106 noncopyable_t &operator=(const noncopyable_t &) = delete; argument
/dports/x11-wm/wayfire/wayfire-0.7.0/src/api/wayfire/nonstd/
H A Dnoncopyable.hpp4 class noncopyable_t class