https://github.com/hasenpfote/cpp_examples
https://github.com/hasenpfote/cpp_examples
cpp cpp11 cpp14 cpp17 examples
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasenpfote/cpp_examples
- Owner: Hasenpfote
- License: unlicense
- Created: 2019-07-29T04:44:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T12:21:01.000Z (over 5 years ago)
- Last Synced: 2025-10-28T16:49:28.541Z (9 months ago)
- Topics: cpp, cpp11, cpp14, cpp17, examples
- Language: C++
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/Hasenpfote/cpp_examples)
# cpp_examples
## About
c++14, 17 またはそれ以降を利用した事例集。
| 名称 | 概要 |
| --------------- | ------------------------------------------------------------ |
| 00_example | - |
| circular_buffer | 標準ライブラリのみを利用したCircular Buffer |
| stack_resource | 標準ライブラリのみを利用したスタック領域を利用するアロケータ |
| pubsub_event | 標準ライブラリのみを利用したPublish-Subscribeメッセージングモデル |
| dual | 標準ライブラリのみを利用した双対数のクラステンプレート |