Skip to content

Instantly share code, notes, and snippets.

@earayu
Created May 3, 2023 14:43
Show Gist options
  • Save earayu/93f26c3af0c210ea1e4c79120119e67a to your computer and use it in GitHub Desktop.
Save earayu/93f26c3af0c210ea1e4c79120119e67a to your computer and use it in GitHub Desktop.
book notes
@earayu
Copy link
Author

earayu commented May 4, 2023

class拥有的“特殊函数”,包括构造函数和操作符重载函数
image

@earayu
Copy link
Author

earayu commented May 5, 2023

template:
可以为template的类型参数设置一些限制条件,称为concept
image

@earayu
Copy link
Author

earayu commented May 5, 2023

template:
除了类型之外,value也能作为template的参数
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment