|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
EmscriptenExtra specification. More...
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | echomap |
| The main EchoMap outermost namespace for all non-exported symbols. | |
Functions | |
| template<class T, std::enable_if_t< std::is_arithmetic_v< T > > ...> | |
| static constexpr auto | echomap::web::abs (T const &x) noexcept |
| Constexpr absolute value function for pre-C++23 Emscripten compilers. | |
|
staticconstexprnoexcept |
Constexpr absolute value function for pre-C++23 Emscripten compilers.
| T | Scalar type. |
| x | Scalar value. |
Definition at line 31 of file EmscriptenExtra.hpp.