Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_no_destructor.h29 explicit BluetoothNoDestructor(Args&&... args) in BluetoothNoDestructor() function
34 explicit BluetoothNoDestructor(const T& x) { new (buff_) T(x); } in BluetoothNoDestructor() function
35 explicit BluetoothNoDestructor(T&& x) { new (buff_) T(std::move(x)); } in BluetoothNoDestructor() function