Quantum++
v1.2
A modern C++11 quantum computing library
|
Object has zero size exception. More...
#include <classes/exception.h>
Public Member Functions | |
std::string | type_description () const override |
Exception type description. More... | |
Exception (const std::string &where) | |
Constructs an exception. More... | |
![]() | |
Exception (const std::string &where) | |
Constructs an exception. More... | |
virtual const char * | what () const noexcept override |
Overrides std::exception::what() More... | |
Object has zero size exception.
Zero sized object, e.g. empty Eigen::Matrix or std::vector with no elements
|
inlineexplicit |
Constructs an exception.
where | Text representing where the exception occurred |
|
inlineoverridevirtual |