An open API service indexing awesome lists of open source software.

https://github.com/hasenpfote/cpp_examples


https://github.com/hasenpfote/cpp_examples

cpp cpp11 cpp14 cpp17 examples

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/Hasenpfote/cpp_examples.svg?branch=master)](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 | 標準ライブラリのみを利用した双対数のクラステンプレート |