scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Namespaces | Functions
vector_to_pointers.hpp File Reference

Create a vector of pointers from a vector of vectors. More...

#include "macros.hpp"
#include <vector>
Include dependency graph for vector_to_pointers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  scran
 Functions for single-cell RNA-seq analyses.
 

Functions

template<typename T >
std::vector< T * > scran::vector_to_pointers (std::vector< std::vector< T > > &input)
 
template<typename T >
std::vector< const T * > scran::vector_to_pointers (const std::vector< std::vector< T > > &input)
 
template<typename T >
std::vector< std::vector< T * > > scran::vector_to_pointers (std::vector< std::vector< std::vector< T > > > &input)
 

Detailed Description

Create a vector of pointers from a vector of vectors.