다음을 통해 공유


<stack>

Defines the template class stack and two supporting templates.

#include <stack>

연산자

operator!=

Tests if the stack object on the left side of the operator is not equal to the stack object on the right side.

함수입니다.<

Tests if the stack object on the left side of the operator is less than the stack object on the right side.

operator<=

Tests if the stack object on the left side of the operator is less than or equal to the stack object on the right side.

operator==

Tests if the stack object on the left side of the operator is equal to the stack object on the right side.

함수입니다.>

Tests if the stack object on the left side of the operator is greater than the stack object on the right side.

operator>=

Tests if the stack object on the left side of the operator is greater than or equal to the stack object on the right side.

클래스

stack Class

A template container adaptor class that provides a restriction of functionality limiting access to the element most recently added to some underlying container type.

참고 항목

참조

C++ 표준 라이브러리의 스레드 보안

표준 템플릿 라이브러리

기타 리소스

<stack> 멤버

C++ 표준 라이브러리 헤더 파일