|
libstdc++
|
Go to the source code of this file.
Namespaces | |
| std | |
Macros | |
| #define | _GLIBCXX_MEM_FN_TRAITS(_REF, _LVAL, _RVAL) |
| #define | _GLIBCXX_MEM_FN_TRAITS2(_CV, _REF, _LVAL, _RVAL) |
Functions | |
| template<typename _Tp > | |
| reference_wrapper< _Tp > | std::ref (_Tp &__t) noexcept |
| template<typename _Tp > | |
| reference_wrapper< const _Tp > | std::cref (const _Tp &__t) noexcept |
| template<typename _Tp > | |
| void | std::ref (const _Tp &&)=delete |
| template<typename _Tp > | |
| void | std::cref (const _Tp &&)=delete |
| template<typename _Tp > | |
| reference_wrapper< _Tp > | std::ref (reference_wrapper< _Tp > __t) noexcept |
| template<typename _Tp > | |
| reference_wrapper< const _Tp > | std::cref (reference_wrapper< _Tp > __t) noexcept |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <functional>.
Definition in file refwrap.h.