|
constexpr | _Tuple_val () |
|
template<class _Other > |
constexpr | _Tuple_val (_Other &&_Arg) |
|
template<class _Alloc , class... _Other> |
| _Tuple_val (const _Alloc &, typename enable_if<!uses_allocator< _Ty, _Alloc >::value, _Tuple_alloc_t >::type, _Other &&..._Arg) |
|
template<class _Alloc , class... _Other> |
| _Tuple_val (const _Alloc &_Al, typename enable_if< uses_allocator< _Ty, _Alloc >::value &&is_constructible< _Ty, allocator_arg_t, _Alloc >::value, _Tuple_alloc_t >::type, _Other &&..._Arg) |
|
template<class _Alloc , class... _Other> |
| _Tuple_val (const _Alloc &_Al, typename enable_if< uses_allocator< _Ty, _Alloc >::value &&!is_constructible< _Ty, allocator_arg_t, _Alloc >::value, _Tuple_alloc_t >::type, _Other &&..._Arg) |
|
_Ty _Val
Definition: tuple:199
template<class _Ty>
template<class _Other >
_Ty _Val
Definition: tuple:199
template<class _Ty>
template<class _Alloc , class... _Other>
173 :
_Val(
_STD forward<_Other>(_Arg)...)
_Ty _Val
Definition: tuple:199
template<class _Ty>
template<class _Alloc , class... _Other>
constexpr allocator_arg_t allocator_arg
Definition: xutility:3777
_Ty _Val
Definition: tuple:199
template<class _Ty>
template<class _Alloc , class... _Other>
195 :
_Val(
_STD forward<_Other>(_Arg)..., _Al)
_Ty _Val
Definition: tuple:199
The documentation for this struct was generated from the following file: