Searched refs:BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/fusion/test/sequence/ |
D | define_tpl_struct_inline.cpp | 22 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE( 33 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE( 43 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE((M), s, (M, m)) 45 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE((M), empty_struct, )
|
D | define_tpl_struct_inline_empty.cpp | 19 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE((M), empty_struct, )
|
D | define_tpl_struct_inline_move.cpp | 25 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE((W), value, (W, w))
|
/third_party/boost/boost/fusion/adapted/struct/ |
D | define_struct_inline.hpp | 15 #define BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE( \ macro
|
/third_party/boost/libs/fusion/doc/ |
D | adapted.qbk | 1309 [section:define_tpl_struct_inline BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE] 1313 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE is a macro that can be used to generate 1320 BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE( 1330 The semantics of BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE are identical to those of 1333 # BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE can be used at class or namespace scope, 1335 # The structure generated by BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE has a base
|