scran_test_utils
Test utilities for libscran projects
Loading...
Searching...
No Matches
Namespaces | Functions
vector_n.hpp File Reference

Quickly create a vector for EXPECT_EQ. More...

#include <vector>

Go to the source code of this file.

Namespaces

namespace  scran_tests
 Test utilites for libscran.
 

Functions

template<typename Type_ >
std::vector< Type_ > scran_tests::vector_n (const Type_ *ptr, size_t n)
 

Detailed Description

Quickly create a vector for EXPECT_EQ.