43 std::string filename =
"<memory string>";
44 std::size_t lineno = 0;
48 keyword(std::move(kw)),
49 filename(std::move(fname)),
54 std::string format(
const std::string& msg_fmt)
const;
59 result.keyword =
"KW";
60 result.filename =
"test";
67 return keyword == data.keyword &&
68 filename == data.filename &&
69 lineno == data.lineno;
72 template<
class Serializer>
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30