5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: d_operator>>
|
|
# key: >>
|
|
# --
|
|
friend std::istream& operator>>(std::istream&, const ${1:Name}&); |