Home
last modified time | relevance | path

Searched defs:Exception_Base (Results 1 – 2 of 2) sorted by last modified time

/dports/math/curv/curv-0.5/libcurv/
H A Dexception.h69 struct Exception_Base : public std::exception struct
82 std::ostream& operator<<(std::ostream& out, const Exception_Base& exc) argument
H A Dexception.cc27 Exception_Base::Exception_Base(String_Ref msg) in Exception_Base() function in curv::Exception_Base