mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-04-03 05:57:39 -05:00
includes/std: Fixed description of array library (#125)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
The array library contains various helper functions and types to make
|
The array library contains a helper type to make it easier to create multi-dimensional arrays
|
||||||
it easier to work with Arrays.
|
and pass arrays to functions as parameters.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
@@ -16,4 +16,4 @@ namespace std {
|
|||||||
T data[Size] [[inline]];
|
T data[Size] [[inline]];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user