27 #ifndef SCHNEK_ARRAYCHECK_HPP_ 28 #define SCHNEK_ARRAYCHECK_HPP_ 30 #include "../config.hpp" 31 #include "../macros.hpp" 38 typedef std::size_t size_t;
43 template<
size_t limit>
48 SCHNEK_INLINE
void check(
size_t)
const {}
54 template<
size_t limit>
59 SCHNEK_INLINE
void check(
size_t i)
const {
66 #endif // SCHNEK_ARGCHECK_HPP_
Definition: arraycheck.hpp:44
Definition: arraycheck.hpp:55
SCHNEK_INLINE void check(size_t) const
Definition: arraycheck.hpp:48
SCHNEK_INLINE void check(size_t i) const
Definition: arraycheck.hpp:59