sparrow 1.0.0
Loading...
Searching...
No Matches
sparrow::mpl::add_const_lvalue_reference< T > Struct Template Reference

Adds const and lvalue reference to a type. More...

#include <mp_utils.hpp>

Inheritance diagram for sparrow::mpl::add_const_lvalue_reference< T >:
[legend]
Collaboration diagram for sparrow::mpl::add_const_lvalue_reference< T >:
[legend]

Detailed Description

template<class T>
struct sparrow::mpl::add_const_lvalue_reference< T >

Adds const and lvalue reference to a type.

This utility combines std::add_const and std::add_lvalue_reference to produce const T& for most types.

Template Parameters
TType to modify

Definition at line 754 of file mp_utils.hpp.


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