cppx-core
Public Member Functions | Friends | List of all members
cppx::In_out_ref_< Type, class > Class Template Reference

#include <In_out_ref_.hpp>

Inheritance diagram for cppx::In_out_ref_< Type, class >:
Inheritance graph
[legend]
Collaboration diagram for cppx::In_out_ref_< Type, class >:
Collaboration graph
[legend]

Public Member Functions

 In_out_ref_ (reference_wrapper< Type > &&ref)
 

Friends

template<class U , class >
auto in_out_ref (U &o) -> In_out_ref_< U >
 

Detailed Description

template<class Type, class = Enable_if_<not is_const_<Type>>>
class cppx::In_out_ref_< Type, class >

Definition at line 16 of file In_out_ref_.hpp.

Constructor & Destructor Documentation

◆ In_out_ref_()

template<class Type, class = Enable_if_<not is_const_<Type>>>
cppx::In_out_ref_< Type, class >::In_out_ref_ ( reference_wrapper< Type > &&  ref)
inline

Definition at line 26 of file In_out_ref_.hpp.

Friends And Related Function Documentation

◆ in_out_ref

template<class Type, class = Enable_if_<not is_const_<Type>>>
template<class U , class >
auto in_out_ref ( U &  o) -> In_out_ref_< U >
friend

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