Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dallocate_shared_array.hpp229 struct sp_array_result { struct
232 sp_array_result(const U& other, std::size_t size) in sp_array_result() argument
236 ~sp_array_result() { in ~sp_array_result()
242 T* get() const BOOST_SP_NOEXCEPT { in get()
246 void release() BOOST_SP_NOEXCEPT { in release()
254 sp_array_creator<A, T> creator_;
255 T* result_;