.. _program_listing_file_src_functional_functional.h: Program Listing for File functional.h ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/functional/functional.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once // this header is meant to be included for all operations from the "functional" namespace. #include "functional/operands.h" #include "functional/predicates.h" #include "functional/operators.h" namespace marian { namespace functional { template using ref = Assignee; static ref<1> _1; static ref<2> _2; static ref<3> _3; static ref<4> _4; static ref<5> _5; static ref<6> _6; static ref<7> _7; static ref<8> _8; static ref<9> _9; const C<0> _0c; const C<1> _1c; const C<2> _2c; const C<-1> _1cneg; const C<-2> _2cneg; } // namespace functional } // namespace marian