added contained type alias

This commit is contained in:
2025-10-23 00:53:38 +03:00
parent 4f4c911e4d
commit 25dc212b08

View File

@@ -39,6 +39,7 @@ namespace omath
class Mat final class Mat final
{ {
public: public:
using ContainedType = Type;
constexpr Mat() noexcept constexpr Mat() noexcept
{ {
clear(); clear();