trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::NonCopyable Class Reference

This class represents a non-copyable object. More...

#include <trantor/utils/NonCopyable.h>

Inheritance diagram for trantor::NonCopyable:

Protected Member Functions

 NonCopyable (const NonCopyable &)=delete
NonCopyable & operator= (const NonCopyable &)=delete
 NonCopyable (NonCopyable &&) noexcept(true)=default
NonCopyable & operator= (NonCopyable &&) noexcept(true)=default

Detailed Description

This class represents a non-copyable object.


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