Home | History | Annotate | Download | only in fstream.assign

Lines Matching defs:fs

28         std::fstream fs;
29 fs = move(fso);
31 fs << 3.25;
32 fs.seekg(0);
33 fs >> x;
40 std::wfstream fs;
41 fs = move(fso);
43 fs << 3.25;
44 fs.seekg(0);
45 fs >> x;