Searched defs:sp_array_result (Results 1 – 1 of 1) sorted by relevance
229 struct sp_array_result { struct232 sp_array_result(const U& other, std::size_t size) in sp_array_result() function236 ~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_;