mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added contained type alias
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user