示例#1
0
 value_type operator()() {
   tab->setValue(col, row, json_converter::convert<T>(val));
 }
示例#2
0
 inline value_type operator()() {
   tab->setValue(col, row, boost::lexical_cast<T>(val));
 }