Searched defs:_Temporary_value (Results 1 – 1 of 1) sorted by relevance
1451 struct _Temporary_value in _GLIBCXX_VISIBILITY() struct1455 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec) in _GLIBCXX_VISIBILITY() argument1461 ~_Temporary_value() in _GLIBCXX_VISIBILITY()1465 _M_val() { return *reinterpret_cast<_Tp*>(&__buf); } in _GLIBCXX_VISIBILITY()1469 _M_ptr() { return pointer_traits<pointer>::pointer_to(_M_val()); } in _GLIBCXX_VISIBILITY()1471 vector* _M_this; in _GLIBCXX_VISIBILITY()1472 typename aligned_storage<sizeof(_Tp), alignof(_Tp)>::type __buf; in _GLIBCXX_VISIBILITY()
Completed in 8 milliseconds