A
Size: a a a
RN
d
TS
TS
i
SS
template <int N, bool Greater = (N > 10)>
struct Kek;
template <int N>
struct Kek<N, false> {};
template <int N>
struct Kek<N, true> {};
d
TS
d
TS
AF
filebuf fb;
fb.open("text.txt", ios::in);
istream in(&fb);
const istream_iterator<string> beg(in);
const istream_iterator<string> end;
vector<string> words {beg, end};
vector<string> more_words {beg, end};
AF
AF
A
a
TS
С
A *a;
a->method();
AF
A *a;
a->method();
С