Type Definition na::base::storage::Owned [−][src]
type Owned<N, R, C = U1> = <DefaultAllocator as Allocator<N, R, C>>::Buffer;
The owned data storage that can be allocated from S
.
type Owned<N, R, C = U1> = <DefaultAllocator as Allocator<N, R, C>>::Buffer;
The owned data storage that can be allocated from S
.