Searched refs:unique_any (Results 1 – 3 of 3) sorted by relevance
41 class unique_any final class44 unique_any() = default;47 unique_any(const unique_any& rhs) = delete;49 unique_any(unique_any&& rhs) : vtable(rhs.vtable) { in unique_any() function in mbgl::util::unique_any59 typename = std::enable_if_t<!std::is_same<_Vt, unique_any>::value> >60 unique_any(ValueType&& value) { in unique_any() function in mbgl::util::unique_any64 ~unique_any() { in ~unique_any()68 unique_any& operator=(unique_any&& rhs) { in operator =()69 unique_any(std::move(rhs)).swap(*this); in operator =()74 typename = std::enable_if_t<!std::is_same<std::decay_t<ValueType>, unique_any>::value> >[all …]
80 util::unique_any peer;
135 util::unique_any peer;