mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-20 18:22:00 +02:00
10 lines
138 B
HTML
10 lines
138 B
HTML
---
|
|
layout: default
|
|
title: PIMPL Idiom
|
|
---
|
|
|
|
{% capture pimpl %}
|
|
{% include pimpl.markdown %}
|
|
{% endcapture %}
|
|
{{ pimpl | markdownify }}
|