.. _program_listing_file_uconfig_detail_forward_detail.h: Program Listing for File forward_detail.h ========================================= |exhale_lsh| :ref:`Return to documentation for file ` (``uconfig/detail/forward_detail.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include #ifndef DOXYGEN_SHOULD_SKIP_THIS namespace uconfig { // Forward-declared operator==. template ::value, bool> = true> bool operator==(const U& lhs, const Variable& rhs); template ::value, bool> = true> bool operator==(const Variable& lhs, const U& rhs); // Forward-declared operator!=. template ::value, bool> = true> bool operator!=(const U& lhs, const Variable& rhs); template ::value, bool> = true> bool operator!=(const Variable& lhs, const U& rhs); } // namespace uconfig #endif /* DOXYGEN_SHOULD_SKIP_THIS */