Home
last modified time | relevance | path

Searched defs:get_stateful_data (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dterminal.hpp574 struct get_stateful_data struct
576 typedef typename StatefulTag::data_type data_type;
580 static data_type call(Tag_) { return data_type(); } in call()
583 static data_type const& call(StatefulTag const& t) { return t.data_; } in call()