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 > constexpr T& get_underlying( propagate_const<T>& pt ) (library fundamentals TS v2) noexcept; template< class T > constexpr const T& get_underlying( const (library fundamentals TS 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 2024.06.10 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.1.quarterly>
