Function audio_sample_is_float¶
function audio_sample_is_float(audio_sample_type) base¶
constexpr bool audio_sample_is_float(audio_sample_type t) noexcept { … } Reports whether the given sample type is floating point.
| t | The audio sample type to query. |
true if t is a floating-point sample type, false otherwise. |
Fully qualified name: kfr::audio_sample_is_float(audio_sample_type)
Declared at base/conversion.hpp:92
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.