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
StormByte::Type::Copyable Concept Reference

Both CopyConstructible and CopyAssignable. More...

#include <StormByte/type_traits/object_semantics.hxx>

Concept definition

template<typename T>
Type that can actually be copy-assigned.
Definition object_semantics.hxx:165
Type that can actually be copy-constructed.
Definition object_semantics.hxx:136
Both CopyConstructible and CopyAssignable.
Definition object_semantics.hxx:237

Detailed Description

Both CopyConstructible and CopyAssignable.

Template Parameters
TType to test.
template<Type::Copyable T>
T duplicate(const T& original);