Home
last modified time | relevance | path

Searched refs:FUSION_TIE (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Dtie.hpp19 #if !defined(FUSION_TIE)
20 #define FUSION_TIE BOOST_PP_CAT(FUSION_SEQUENCE, _tie) macro
57 FUSION_TIE(a, b, c) = FUSION_MAKE(2, 'a', foo(3)); in test()
62 FUSION_TIE(a, ignore, c) = FUSION_MAKE((short int)5, false, foo(5)); in test()
68 FUSION_TIE(i, j) = FUSION_MAKE(1, 2); in test()
Dcopy.hpp30 #if !defined(FUSION_TIE)
31 #define FUSION_TIE BOOST_PP_CAT(FUSION_SEQUENCE, _tie) macro
90 FUSION_TIE(i, c, d) = FUSION_MAKE(1, 'a', 5.5); in test()
Dtuple_tie.cpp13 #define FUSION_TIE tie macro
Dtuple_copy.cpp13 #define FUSION_TIE tie macro