EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
IgnoredWarning.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_IGNOREDWARNING_HPP
11#define ECHOMAP_IGNOREDWARNING_HPP
12
13#include "LocatableError.hpp"
14
15namespace echomap
16{
17
22{
23public:
30 explicit IgnoredWarning(
31 std::string_view message,
33 );
34};
35
36} // namespace echomap
37
38#endif // ECHOMAP_IGNOREDWARNING_HPP
IgnoredWarning(std::string_view message, std::source_location location=std::source_location::current())
Create a new IgnoredWarning with the given message at the given location.
LocatableError(std::string_view message, std::source_location location=std::source_location::current())
Create a new LocatableError with the given message at the given location.
T current(T... args)
The main EchoMap outermost namespace for all non-exported symbols.