cppx-core
Classes | Namespaces | Functions
In_out_ref_.hpp File Reference
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/tmp/basic-Enable_if_.hpp>
#include <cppx-core/language/tmp/basic-type-traits.hpp>
#include <functional>
Include dependency graph for In_out_ref_.hpp:

Go to the source code of this file.

Classes

class  cppx::In_out_ref_< Type, class >
 

Namespaces

 cppx
 

Functions

 cppx::CPPX_USE_STD (ref, reference_wrapper)
 
template<class Type , class = Enable_if_<not is_const_<Type>>>
auto cppx::in_out_ref (Type &o) -> In_out_ref_< Type >