
26 Mar
2008
26 Mar
'08
10 p.m.
AMDG Olaf Peter wrote:
how can I make the snipped more generic in that way, that I can use it with different data members, e.g. as template argument the &actions::m_data::text data address. Then I could write e.g.
set_generic<&actions::m_data::text, std::string> set_text;
template