|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
Reference unwrapping and related functional helpers. More...
#include <stlab/config.hpp>#include <functional>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | stlab::unwrap_reference< T > |
| Type alias: T, or the referent type if T is std::reference_wrapper<U>. More... | |
| struct | stlab::unwrap_reference< std::reference_wrapper< T > > |
| struct | stlab::is_reference_wrapper< T > |
| struct | stlab::is_reference_wrapper< std::reference_wrapper< T > > |
Typedefs | |
| template<class T> | |
| using | stlab::unwrap_reference_t |
Variables | |
| template<class T> | |
| constexpr bool | stlab::is_reference_wrapper_v |
Reference unwrapping and related functional helpers.