cppx-core
Namespaces | Functions
only_lvalue_ref_to.hpp File Reference

Provides the only_lvalue_ref_to helper for restricting macro arguments. More...

Go to the source code of this file.

Namespaces

 cppx
 

Functions

template<class Type >
auto cppx::only_lvalue_ref_to (Type &c) -> Type &
 A helper for restricting macro arguments, used e.g. in $items_of. More...
 

Detailed Description

Provides the only_lvalue_ref_to helper for restricting macro arguments.

Definition in file only_lvalue_ref_to.hpp.