aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/benchmark/vector_count_ctor/f.h
blob: a568341a456572ccddb5197d03c3f9c935a41de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <cstddef>

// functions are declared in a separate translation unit so that compiler won't be able to see the
// value of `size` during compilation.

void CreateYvector(const size_t size, const size_t count);
void CreateCarray(const size_t size, const size_t count);