yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build/example/customization/class.verbatim

7 lines
92 B
Plaintext
Raw Normal View History

2022-11-05 18:35:56 +04:00
class_template
class %class_name% {
public:
%class_name%() {}
~%class_name%() {}
};