Changes
Page history
Update Table of Contents
authored
Oct 01, 2020
by
umaumax
Show whitespace changes
Inline
Side-by-side
cpp.md
View page @
33109dd3
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
c++
](
#c
)
-
[
unnamed namespace in header file
](
#unnamed-namespace-in-header-file
)
-
[
`std::string(nullptr)`は違反
](
#stdstringnullptr%E3%81%AF%E9%81%95%E5%8F%8D
)
-
[
`std::chrono::system_clock::time_point`
](
#stdchronosystem_clocktime_point
)
-
[
`std::function`
](
#stdfunction
)
-
[
`std::function::target()`
](
#stdfunctiontarget
)
-
[
`std::function`の中身が指している関数の同一性の比較
](
#stdfunction%E3%81%AE%E4%B8%AD%E8%BA%AB%E3%81%8C%E6%8C%87%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E9%96%A2%E6%95%B0%E3%81%AE%E5%90%8C%E4%B8%80%E6%80%A7%E3%81%AE%E6%AF%94%E8%BC%83
)
-
[
`std::vector<bool>`
](
#stdvectorbool
)
-
[
10bit単位の数値
](
#10bit%E5%8D%98%E4%BD%8D%E3%81%AE%E6%95%B0%E5%80%A4
)
-
[
10bit単位のデータをバイナリにパックしたい
](
#10bit%E5%8D%98%E4%BD%8D%E3%81%AE%E3%83%87%E3%83%BC%E3%82%BF%E3%82%92%E3%83%90%E3%82%A4%E3%83%8A%E3%83%AA%E3%81%AB%E3%83%91%E3%83%83%E3%82%AF%E3%81%97%E3%81%9F%E3%81%84
)
-
[
シフト演算
](
#%E3%82%B7%E3%83%95%E3%83%88%E6%BC%94%E7%AE%97
)
-
[
`C`では,関数宣言にて`foo()`ではなく,`foo(void)`とする(`C++`では特に問題はない)
](
#c%E3%81%A7%E3%81%AF%E9%96%A2%E6%95%B0%E5%AE%A3%E8%A8%80%E3%81%AB%E3%81%A6foo%E3%81%A7%E3%81%AF%E3%81%AA%E3%81%8Ffoovoid%E3%81%A8%E3%81%99%E3%82%8Bc%E3%81%A7%E3%81%AF%E7%89%B9%E3%81%AB%E5%95%8F%E9%A1%8C%E3%81%AF%E3%81%AA%E3%81%84
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# c++
# c++
## unnamed namespace in header file
## unnamed namespace in header file
...
...
...
...