File: ZValuePtr.rst

package info (click to toggle)
tuiwidgets 0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,940 kB
  • sloc: cpp: 54,583; python: 495; sh: 83; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
.. _ZValuePtr:

ZValuePtr
=========

.. cpp:class:: Tui::ZValuePtr

   A smart pointer that allocates the type on the heap but copying the pointer copys the object.

   This class can be helpful when implementing the PIMPL C++ pattern.