Namespaces
Variants

std::experimental:: get_underlying

From cppreference.net
template < class T >
constexpr T & get_underlying ( propagate_const < T > & pt ) noexcept ;
(라이브러리 fundamentals TS v2)
template < class T >
constexpr const T & get_underlying ( const propagate_const < T > & pt ) noexcept ;
(라이브러리 fundamentals TS v2)

propagate_const 에 저장된 포인터와 유사한 객체에 대한 참조를 반환합니다.

매개변수

pt - a propagate_const object

반환값

pt 에 저장된 포인터와 유사한 객체에 대한 참조입니다.