parent
71109fa551
commit
5a6cd4b0f2
18 changed files with 333 additions and 115 deletions
|
|
@ -265,6 +265,11 @@
|
|||
return os << m.storage_->data;
|
||||
}
|
||||
|
||||
ROTGEN_EXPORT std::ostream& operator<<(std::ostream& os,format<CLASSNAME> const& m)
|
||||
{
|
||||
return os << m.matrix_.storage_->data.format(m.format_.storage()->instance);
|
||||
}
|
||||
|
||||
ROTGEN_EXPORT bool operator==(CLASSNAME const& lhs, CLASSNAME const& rhs)
|
||||
{
|
||||
return lhs.storage_->data == rhs.storage_->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue