EchoMap
2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Toggle main menu visibility
Loading...
Searching...
No Matches
IgnoredWarning.cpp
Go to the documentation of this file.
1
9
10
#include "
IgnoredWarning.hpp
"
11
12
namespace
echomap
13
{
14
15
IgnoredWarning::IgnoredWarning
(
16
const
std::string_view
message,
17
const
std::source_location
location
18
) :
19
LocatableError
(
20
message,
21
location
22
)
23
{
24
}
25
26
}
// namespace echomap
IgnoredWarning.hpp
IgnoredWarning specification.
std::string_view
echomap::IgnoredWarning::IgnoredWarning
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.
Definition
IgnoredWarning.cpp:15
echomap::LocatableError::LocatableError
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.
Definition
LocatableError.cpp:12
echomap
The main EchoMap outermost namespace for all non-exported symbols.
Definition
ActionController.hpp:20
std::source_location
src
errors
IgnoredWarning.cpp
Generated by
1.17.0