Embedded Template Library 1.0
|
#include <functional.h>
Public Types | |
typedef T | type |
Public Member Functions | |
ETL_CONSTEXPR20 | reference_wrapper (T &t_) ETL_NOEXCEPT |
ETL_CONSTEXPR20 | reference_wrapper (const reference_wrapper &rhs) ETL_NOEXCEPT |
ETL_CONSTEXPR20 reference_wrapper< T > & | operator= (const reference_wrapper &rhs) ETL_NOEXCEPT |
ETL_CONSTEXPR20 T & | get () const ETL_NOEXCEPT |
ETL_CONSTEXPR20 | operator T& () const ETL_NOEXCEPT |
A definition of reference_wrapper for those that don't have C++ 0x11 support.