|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Adds const and lvalue reference to a type. More...
#include <mp_utils.hpp>
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.
| T | Type to modify |
Definition at line 754 of file mp_utils.hpp.