std::experimental::propagate_const<T>:: get
From cppreference.net
<
cpp
|
experimental
|
propagate const
C++
Experimental
| Technical Specification | ||||
| Filesystem library (filesystem TS) | ||||
| Library fundamentals (library fundamentals TS) | ||||
| Library fundamentals 2 (library fundamentals TS v2) | ||||
| Library fundamentals 3 (library fundamentals TS v3) | ||||
| Extensions for parallelism (parallelism TS) | ||||
| Extensions for parallelism 2 (parallelism TS v2) | ||||
| Extensions for concurrency (concurrency TS) | ||||
| Extensions for concurrency 2 (concurrency TS v2) | ||||
| Concepts (concepts TS) | ||||
| Ranges (ranges TS) | ||||
| Reflection (reflection TS) | ||||
| Mathematical special functions (special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
std::experimental::propagate_const
| Member functions | ||||
| Observers | ||||
|
propagate_const::get
|
||||
| Non-member functions | ||||
| Helper classes | ||||
|
constexpr
element_type
*
get
(
)
;
|
(라이브러리 fundamentals TS v2) | |
|
constexpr
const
element_type
*
get
(
)
const
;
|
(라이브러리 fundamentals TS v2) | |
래핑된 포인터와 유사한 객체,
t_
가 가리키는 객체에 대한 포인터를 반환합니다.
매개변수
(없음)
반환값
만약
T
가 객체 포인터 타입이라면,
t_
. 그렇지 않으면,
t_.
get
(
)
.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |