| 25 | namespace audio { namespace fft { class Bins; } } // Forward declaration |
| 26 | template <fl::u32 N> class bitset_fixed; |
| 27 | class bitset_dynamic; // IWYU pragma: keep |
| 28 | template <fl::u32 N> class bitset_inlined; // IWYU pragma: keep |
| 29 | |
| 30 | // Note: int_cast_detail::cast_target is now defined in fl/stl/type_traits.h |
no outgoing calls
no test coverage detected