Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_vector.h1451 struct _Temporary_value in _GLIBCXX_VISIBILITY() struct
1455 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec) in _GLIBCXX_VISIBILITY() argument
1461 ~_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