Advertisement
hnOsmium0001

Untitled

Oct 26th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void func(
  2. int a,
  3. int b
  4. // etc
  5. ) {
  6. // body
  7. }
  8.  
  9. Foo::Foo(int things)
  10. : field{ things }
  11. , more{ things}
  12. {
  13. // Body
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement