Exemplo n.º 1
0
 inline bool operator()(const strtk::token_grid::row_type& row) const
 {
    return (*this)(row.range());
 }
Exemplo n.º 2
0
 inline bool operator()(const strtk::token_grid::row_type& row)
 {
    return 0 == (static_cast<unsigned int>(strtk::string_to_type_converter<double>(row.token(0))) % 2);
 }