Function equality_comparison
Synopsis
#include "breeze/operator/equality_comparison.hpp"
equality_comparison() noexcept=default
Description
Protected constructor, to enforce the usage as a base.
This used to be a protected destructor, but if a user-declared destructor—even a defaulted one—exists, the generation of a copy constructor is deprecated. Thus, we switched to use a constructor, instead.
Source
Line 94 in breeze/operator/equality_comparison.hpp.