Iguana LATEST
Implementation Guardian of Analysis Algorithms
Loading...
Searching...
No Matches
Deprecated.h
1#pragma once
2
3#include <string>
4
5namespace iguana::deprecated {
6
10 void CheckSetOptionKey(std::string const& algo_class_name, std::string const& key) noexcept(false);
11
12}