darray: add size_type definition
This commit is contained in:
parent
1ccabff51c
commit
4489fff11c
@ -21,6 +21,7 @@ namespace cruft {
|
|||||||
class darray {
|
class darray {
|
||||||
public:
|
public:
|
||||||
using value_type = ValueT;
|
using value_type = ValueT;
|
||||||
|
using size_type = std::size_t;
|
||||||
static constexpr auto elements = CapacityV;
|
static constexpr auto elements = CapacityV;
|
||||||
|
|
||||||
using pointer = ValueT*;
|
using pointer = ValueT*;
|
||||||
|
Loading…
Reference in New Issue
Block a user