treelite
Classes | Namespaces
contiguous_array.h File Reference

A simple array container, with owned or non-owned (externally allocated) buffer. More...

#include <cstddef>
#include <vector>
#include <treelite/detail/contiguous_array.h>
Include dependency graph for contiguous_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  treelite::ContiguousArray< T >
 

Namespaces

 treelite
 

Detailed Description

A simple array container, with owned or non-owned (externally allocated) buffer.

Copyright (c) 2023 by Contributors

Author
Hyunsu Cho