mlpack
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
bindings
tests
ignore_check.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_BINDINGS_TEST_IGNORE_CHECK_HPP
13
#define MLPACK_BINDINGS_TEST_IGNORE_CHECK_HPP
14
15
namespace
mlpack {
16
namespace
bindings {
17
namespace
tests {
18
23
template
<
typename
T>
24
inline
bool
IgnoreCheck
(
const
T&
/* t */
) {
return
false
; }
25
26
}
// namespace tests
27
}
// namespace bindings
28
}
// namespace mlpack
29
30
#endif
mlpack::bindings::tests::IgnoreCheck
bool IgnoreCheck(const T &)
Return whether or not a parameter check should be ignored.
Definition:
ignore_check.hpp:24
Generated by
1.8.5