|
| | stack () |
| |
| | stack (const _Myt &_Right) |
| |
| | stack (const _Container &_Cont) |
| |
| _Myt & | operator= (const _Myt &_Right) |
| |
| template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type> |
| | stack (const _Alloc &_Al) |
| |
| template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type> |
| | stack (const _Myt &_Right, const _Alloc &_Al) |
| |
| template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type> |
| | stack (const _Container &_Cont, const _Alloc &_Al) |
| |
| | stack (_Myt &&_Right) _NOEXCEPT_OP(is_nothrow_move_constructible< _Container > |
| |
| | stack (_Container &&_Cont) |
| |
| template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type> |
| | stack (_Myt &&_Right, const _Alloc &_Al) |
| |
| template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type> |
| | stack (_Container &&_Cont, const _Alloc &_Al) |
| |
| _Myt & | operator= (_Myt &&_Right) _NOEXCEPT_OP(is_nothrow_move_assignable< _Container > |
| |
| void | push (value_type &&_Val) |
| |
| template<class... _Valty> |
| void | emplace (_Valty &&..._Val) |
| |
| bool | empty () const |
| |
| size_type | size () const |
| |
| reference | top () |
| |
| const_reference | top () const |
| |
| void | push (const value_type &_Val) |
| |
| void | pop () |
| |
| const _Container & | _Get_container () const |
| |
| void | swap (_Myt &_Right) _NOEXCEPT_OP(_Is_nothrow_swappable< _Container > |
| |
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
| stack< _Ty, _Container >::stack |
( |
const _Container & |
_Cont | ) |
|
|
inlineexplicit |
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type>
| stack< _Ty, _Container >::stack |
( |
const _Alloc & |
_Al | ) |
|
|
inlineexplicit |
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type>
| stack< _Ty, _Container >::stack |
( |
const _Myt & |
_Right, |
|
|
const _Alloc & |
_Al |
|
) |
| |
|
inline |
_Container c
Definition: stack:154
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type>
| stack< _Ty, _Container >::stack |
( |
const _Container & |
_Cont, |
|
|
const _Alloc & |
_Al |
|
) |
| |
|
inline |
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
| stack< _Ty, _Container >::stack |
( |
_Container && |
_Cont | ) |
|
|
inlineexplicit |
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
template<class _Ty, class _Container = deque<_Ty>>
template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type>
| stack< _Ty, _Container >::stack |
( |
_Myt && |
_Right, |
|
|
const _Alloc & |
_Al |
|
) |
| |
|
inline |
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
template<class _Alloc , class = typename enable_if<uses_allocator<_Container, _Alloc>::value, void>::type>
| stack< _Ty, _Container >::stack |
( |
_Container && |
_Cont, |
|
|
const _Alloc & |
_Al |
|
) |
| |
|
inline |
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
template<class _Ty, class _Container = deque<_Ty>>
| const _Container& stack< _Ty, _Container >::_Get_container |
( |
| ) |
const |
|
inline |
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
template<class... _Valty>
| void stack< _Ty, _Container >::emplace |
( |
_Valty &&... |
_Val | ) |
|
|
inline |
114 c.emplace_back(
_STD forward<_Valty>(
_Val)...);
_In_ int _Val
Definition: vcruntime_string.h:62
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
| bool stack< _Ty, _Container >::empty |
( |
| ) |
const |
|
inline |
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_In_ int _Val
Definition: vcruntime_string.h:62
_Container c
Definition: stack:154
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
template<class _Ty, class _Container = deque<_Ty>>
_In_ int _Val
Definition: vcruntime_string.h:62
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
void _Swap_adl(_Ty &_Left, _Ty &_Right) _NOEXCEPT_OP(_Is_nothrow_swappable< _Ty >
Definition: utility:56
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
_Container c
Definition: stack:154
template<class _Ty, class _Container = deque<_Ty>>
| _Container stack< _Ty, _Container >::c |
|
protected |
The documentation for this class was generated from the following file: