MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator!=

Function operator!=

include/chaiscript/dispatchkit/short_alloc.hpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150template <class T, std::size_t N, std::size_t A1, class U, std::size_t M, std::size_t A2>
151inline
152bool
153operator!=(const short_alloc<T, N, A1>& x, const short_alloc<U, M, A2>& y) noexcept
154{
155 return !(x == y);
156}
157
158#endif // SHORT_ALLOC_HPP
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected