|
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).
|
Smart pointer-like type: dereferenceable and exposes get().
More...
#include <StormByte/type_traits/categories.hxx>
Smart pointer-like type: dereferenceable and exposes get().
| T | Type to test (cv/ref ignored). |
Matches std::unique_ptr, std::shared_ptr and similar RAII wrappers without naming them directly. A raw Pointer does not match: it has no get().