Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
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
strip_type.hpp
Definition:
add_to_po.hpp:21
mlpack::bindings::tests::IgnoreCheck
bool IgnoreCheck(const T &)
Return whether or not a parameter check should be ignored.
Definition:
ignore_check.hpp:24