51 std::string s = sv[i];
55 size_t pos = s.find_last_not_of (
' ');
57 s = (pos == std::string::npos) ?
"" : s.substr (0, pos+1);
68 size_t n = lst.size ();
76 for (std::list<std::string>::const_iterator it = lst.begin ();
77 it != lst.end (); it++)
90 const std::string *src = sa.
data ();
112 std::string s = sv[i];
116 size_t pos = s.find_last_not_of (
' ');
118 s = (pos == std::string::npos) ?
"" : s.substr (0, pos+1);
135 if (!
elem(i).is_string ())
200 iv(i) = idx_arg(i).index_vector ();
225 ra_idx(i) = idx_arg(i).index_vector ();
239 ra_idx.
xelem (i) = idx_arg(i).index_vector ();
258 if (i < 0 || i >=
cols ())
259 error (
"invalid column selection");
271 error (
"Cell::column: requires 2-d cell array");
279 return insert (rb, ra_idx);
305 r[i] = ((p++)->*fcn) ();