Files
harmonica/.ccls-cache/@mnt@raid@projects@dsp@harmonica@harmonica/src@utils@using.hpp
2026-02-22 10:42:29 +03:00

15 lines
273 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#include <vector>
namespace hr
{
using base_t = float;
using uint_t = unsigned int;
// HERE
// убрать это чтоб не было желяния превраить это по аналогии с fvec_t
using ivec_t = std::vector<int>;
}