다음을 통해 공유


map::mapped_type

A type that represents the data stored in a map.

typedef Type mapped_type;

설명

The type mapped_type is a synonym for the class's Type template parameter.

자세한 내용은 Typemap 클래스 항목을 참조하십시오.

예제

See example for value_type for an example of how to declare and use mapped_type.

요구 사항

헤더: <맵>

네임스페이스: std

참고 항목

참조

map 클래스

표준 템플릿 라이브러리