Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_ptr.hpp70 template<class T> struct shared_ptr_traits struct
72 typedef T & reference;
75 template<> struct shared_ptr_traits<void> struct
77 typedef void reference;
82 template<> struct shared_ptr_traits<void const> struct
84 typedef void reference;
87 template<> struct shared_ptr_traits<void volatile> struct
89 typedef void reference;
92 template<> struct shared_ptr_traits<void const volatile> struct
94 typedef void reference;