|
Embedded Template Library 1.0
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
| bitset_ext | |
Functions | |
| template<typename T> | |
| reference_wrapper< T > | etl::ref (T &t) |
| template<typename T> | |
| reference_wrapper< T > | etl::ref (reference_wrapper< T > t) |
| template<typename T> | |
| reference_wrapper< const T > | etl::cref (const T &t) |
| template<typename T> | |
| reference_wrapper< const T > | etl::cref (reference_wrapper< T > t) |
| template<typename F, typename T> | |
| binder1st< F > | etl::bind1st (const F &f, const T &x) |
| template<typename F, typename T> | |
| binder2nd< F > | etl::bind2nd (const F &f, const T &x) |