Searched refs:fold_op (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/fusion/test/functional/ |
D | unfused.cpp | 43 return fusion::fold(seq, state, fold_op()); in operator ()() 50 return fusion::fold(seq, state, fold_op()); in operator ()() 55 struct fold_op struct
|
D | make_unfused.cpp | 55 return fusion::fold(seq, state, fold_op()); in operator ()() 62 return fusion::fold(seq, state, fold_op()); in operator ()() 67 struct fold_op struct
|
D | unfused_typed.cpp | 48 return fusion::fold(seq, state, fold_op()); in operator ()() 55 return fusion::fold(seq, state, fold_op()); in operator ()() 60 struct fold_op struct
|
/third_party/boost/boost/mpl/aux_/ |
D | fold_op.hpp | 23 struct fold_op struct
|
/third_party/boost/libs/fusion/example/cookbook/ |
D | do_the_bind.cpp | 157 struct fold_op struct 171 fusion::filter_view<Seq,filter_pred>, mpl::int_<-1>, fold_op
|