plugify 1.2.8
|
Public Types | |
using | allocator_traits = std::allocator_traits< Alloc > |
Public Member Functions | |
constexpr T * | addr () |
constexpr T & | get () |
template<class... Args> | |
PLUGIFY_NO_CFI constexpr | temp_value (Alloc &alloc, Args &&... args) |
Public Attributes | ||
union { | ||
T v | ||
}; | ||
PLUGIFY_NO_UNIQUE_ADDRESS Alloc & | a | |
Definition at line 34 of file vector.hpp.
using plg::detail::temp_value< T, Alloc >::allocator_traits = std::allocator_traits<Alloc> |
Definition at line 35 of file vector.hpp.
|
inlineexplicitconstexpr |
Definition at line 52 of file vector.hpp.
|
inlineconstexpr |
Definition at line 57 of file vector.hpp.
|
inlineconstexpr |
Definition at line 42 of file vector.hpp.
|
inlineconstexpr |
Definition at line 46 of file vector.hpp.
PLUGIFY_NO_UNIQUE_ADDRESS Alloc& plg::detail::temp_value< T, Alloc >::a |
Definition at line 40 of file vector.hpp.
T plg::detail::temp_value< T, Alloc >::v |
Definition at line 38 of file vector.hpp.