mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
mal_toolkit::non_copyable Class Reference

A class that can't be copied. More...

#include "common-structures.hpp"

Inheritance diagram for mal_toolkit::non_copyable:
[legend]

Public Member Functions

 non_copyable ()=default
 
 non_copyable (const non_copyable &)=delete
 
non_copyableoperator= (const non_copyable &)=delete
 

Detailed Description

A class that can't be copied.

Definition at line 10 of file common-structures.hpp.

Constructor & Destructor Documentation

◆ non_copyable() [1/2]

mal_toolkit::non_copyable::non_copyable ( )
default

◆ non_copyable() [2/2]

mal_toolkit::non_copyable::non_copyable ( const non_copyable & )
delete

Member Function Documentation

◆ operator=()

non_copyable & mal_toolkit::non_copyable::operator= ( const non_copyable & )
delete

The documentation for this class was generated from the following file: