.. _program_listing_file__tmp_ws_src_ecl_core_ecl_mpl_include_ecl_mpl_if.hpp: Program Listing for File if.hpp =============================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_mpl/include/ecl/mpl/if.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_MPL_IF_HPP_ #define ECL_MPL_IF_HPP_ /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { template struct if_c { typedef T1 type; }; template struct if_c { typedef T2 type; }; } // namespace ecl #endif /* ECL_MPL_IF_HPP_ */