StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts
clonable.hxx File Reference
#include <concepts>
#include <memory>
#include <StormByte/clonable.txx>
Include dependency graph for clonable.hxx:

Go to the source code of this file.

Classes

class  StormByte::Clonable< T, SmartPointer >
 Polymorphic clone/move into a smart pointer of type T. More...
 

Namespaces

namespace  StormByte
 Root namespace of the StormByte suite.
 

Concepts

concept  StormByte::ValidSmartPointer
 true when SmartPointer is shared_ptr<T> or unique_ptr<T>.