Lines Matching defs:negation
3591 // https://en.cppreference.com/w/cpp/types/negation
3592 template<class B> struct negation : std::integral_constant < bool, !B::value > { };
21047 detail::negation<std::is_pointer<ValueType>>,
21048 detail::negation<std::is_same<ValueType, std::nullptr_t>>,
21049 detail::negation<std::is_same<ValueType, detail::json_ref<basic_json>>>,
21050 detail::negation<std::is_same<ValueType, typename string_t::value_type>>,
21051 detail::negation<detail::is_basic_json<ValueType>>,
21052 detail::negation<std::is_same<ValueType, std::initializer_list<typename string_t::value_type>>>,
21054 detail::negation<std::is_same<ValueType, std::string_view>>,
21057 detail::negation<std::is_same<ValueType, std::any>>,