Template Function brille::is_fixed(I1, I2)¶
Defined in File subscript.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “brille::is_fixed” with arguments (I1, I2) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:
- template<class I1, class I2> std::enable_if_t<std::is_signed<I1>::value, bool> is_fixed(I1 i, I2 n)
- template<class I1, class I2> std::enable_if_t<std::is_unsigned<I1>::value, bool> is_fixed(I1 i, I2 n)