Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
di::util::detail::UnwrapReferenceFunction Struct Reference

#include <di/util/unwrap_reference.h>

Public Member Functions

template<typename T>
constexpr auto operator() (T &value) const -> T &
 
template<typename T>
constexpr auto operator() (ReferenceWrapper< T > value) const -> T &
 

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
auto di::util::detail::UnwrapReferenceFunction::operator() ( ReferenceWrapper< T > value) const -> T&
inlineconstexpr

◆ operator()() [2/2]

template<typename T>
auto di::util::detail::UnwrapReferenceFunction::operator() ( T & value) const -> T&
inlineconstexpr

The documentation for this struct was generated from the following file: