.. _common_reference: ********************** meta::common_reference ********************** Defined in header ````. .. code-block:: cpp template struct common_reference; template using common_reference_t = typename common_reference::type; Pre-C++20 implementation of :cpp:`std::common_reference `. ---- Differences with the C++20 version ================================== * There is no ``basic_common_reference`` customization point.