Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ラッパー関数のインライン化 #567

Open
t-sakashita opened this issue May 22, 2020 · 2 comments
Open

C++ラッパー関数のインライン化 #567

t-sakashita opened this issue May 22, 2020 · 2 comments
Assignees

Comments

@t-sakashita
Copy link
Owner

C++ラッパーは、関数が入れ子になっている。
また、複数のオーバーロードがある。
これらの関数の全てに、inlineキーワードを付ける。

実際にインライン化されたかを、コンパイラごとに確かめる。

@t-sakashita t-sakashita self-assigned this May 22, 2020
@t-sakashita
Copy link
Owner Author

@t-sakashita
Copy link
Owner Author

t-sakashita commented May 22, 2020

Vandevoorde, David "C++ Templates: The Complete Guide (2nd Edition)"

  • 9.2 Templates and inline
  • 1.6.2 Why not inline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant