Searched defs:get_stateful_data (Results 1 – 1 of 1) sorted by relevance
574 struct get_stateful_data struct576 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()