errors 0.6.3
Loading...
Searching...
No Matches
errors::detail::interface Class Reference

This is the abstract class for all interface type. Disable copy and move operations. More...

#include <errors/detail/interface.hpp>

Inheritance diagram for errors::detail::interface:

Public Member Functions

 interface (const interface &)=delete
 
 interface (interface &&)=delete
 
interfaceoperator= (interface &&)=delete
 
interfaceoperator= (const interface &)=delete
 

Detailed Description

This is the abstract class for all interface type. Disable copy and move operations.

See c++ core guidelines C.67 at https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c67-a-polymorphic-class-should-suppress-public-copymove


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