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

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

#include "common-structures.hpp"

Inheritance diagram for mal_toolkit::non_movable:
[legend]

Public Member Functions

 non_movable ()=default
 
 non_movable (non_movable &&)=delete
 
non_movableoperator= (non_movable &&)=delete
 

Detailed Description

A class that can't be moved.

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

Constructor & Destructor Documentation

◆ non_movable() [1/2]

mal_toolkit::non_movable::non_movable ( )
default

◆ non_movable() [2/2]

mal_toolkit::non_movable::non_movable ( non_movable && )
delete

Member Function Documentation

◆ operator=()

non_movable & mal_toolkit::non_movable::operator= ( non_movable && )
delete

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