다음을 통해 공유


is_nothrow_move_constructible 클래스

형식 nothrow 에 이동 생성자가 있는지 여부를 테스트합니다.

구문

template <class Ty>
struct is_nothrow_move_constructible;

매개 변수

Ty
형식이 쿼리입니다.

설명

형식 조건자의 인스턴스는 Ty 형식에 nothrow 이동 생성자가 있는 경우 true를 유지하고, 그렇지 않으면 false를 보유합니다.

요구 사항

헤더:<type_traits>

네임스페이스: std

참고 항목

<type_traits>