Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/front/euml/
Dstt_grammar.hpp224 struct BuildStt struct
227 proto::comma<BuildStt,BuildStt>,
228 boost::mpl::push_back<BuildStt(proto::_left),BuildRow(proto::_right)>()
239 typename proto::matches<Expr,BuildStt>::type,
240 boost::result_of<BuildStt(Expr)>,
244 return typename boost::result_of<BuildStt(Expr)>::type(); in build_stt()