Searched refs:store_action (Results 1 – 2 of 2) sorted by relevance
66 struct store_action struct68 store_action(T const &v) : value(v) {} in store_action() argument75 store_action<T> argument
58 template <typename T> struct store_action struct60 store_action(T const& v) : value(v) {} in store_action() argument67 template <typename T> store_action<T> store(T const& v) { return v; } in store() argument