added contained type alias

This commit is contained in:
2025-10-23 00:53:38 +03:00
parent 6ad4ef29e9
commit 2c7e443f52

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();