Home
last modified time | relevance | path

Searched defs:indexed_string (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dhelp.h58 struct indexed_string { struct
61 indexed_string():index(0) {} in indexed_string() argument
62 indexed_string(int l,const std::string & s): index(l),chaine(s) {} in indexed_string() function