FreeBSD Manual Pages
std::experi...t_underlying(3) C++ Standard Libarystd::experi...t_underlying(3) NAME std::experimental::get_underlying - std::experimental::get_underlying Synopsis template< class T > (library fundamentals TS constexpr T& get_underlying(propagate_const<T>& pt) v2) noexcept; template< class T > (library fundamentals TS constexpr const T& get_underlying(const v2) propagate_const<T>& pt) noexcept; Retrieves a reference to the pointer-like object stored in a propa- gate_const. Parameters pt - a propagate_const object Return value A reference to the pointer-like object stored in pt. http://cppreference.com 2022.07.31 std::experi...t_underlying(3)
NAME | Synopsis | Parameters | Return value
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::get_underlying&sektion=3&manpath=FreeBSD+Ports+15.0>
