#include <string>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Person |
Functions | |
void | fill_people (std::vector< Person > &people) |
int | main () |
void fill_people | ( | std::vector< Person > & | people | ) |
Definition at line 12 of file test_cpp.cxx.
int main | ( | void | ) |
Definition at line 19 of file test_cpp.cxx.