Exemplo n.º 1
0
 inline const_iterator begin() const { return value.begin(); }
Exemplo n.º 2
0
 inline const_iterator end() const { return value.end(); }
Exemplo n.º 3
0
 void add(int f, int l)
 {
     value.push_back(value_type(f, l));
 }