std::reference_wrapper::get
operator T& () const; | | (since C++11) |
|---|---|---|
T& get() const; | | (since C++11) |
返回存储的引用。
参数
%280%29
返回值
存储的引用。
例外
1-2%29
noexcept规格:
noexcept
另见
operator() | calls the stored function (public member function) |
|---|
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

