![]() |
Orfeo Toolbox
3.16
|
#include <boost/type_traits/is_array.hpp>#include <boost/type_traits/is_pointer.hpp>
Include dependency graph for is_contiguous.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | boost::array< T, N > |
| class | std::array< T > |
| STL class. | |
| struct | boost::is_contiguous< Range > |
| Type-traits: are the elements contiguous in the range. More... | |
| struct | boost::is_contiguous< boost::array< T, N > > |
| struct | boost::is_contiguous< boost::ptr_array< T, N, TCA > > |
| struct | boost::is_contiguous< boost::ptr_vector< T, TCA, TA > > |
| struct | boost::is_contiguous< std::vector< T, TAllocator > > |
| class | boost::ptr_array< T, N, TCloneAllocator > |
| class | boost::ptr_vector< T, TCloneAllocator, TAllocator > |
| class | std::vector< T > |
| STL class. | |
Namespaces | |
| namespace | boost |
contiguous_iterator_tag.Definition in file is_contiguous.h.