Searched refs:is_const (Results 1 – 3 of 3) sorted by relevance
217 static_assert(!std::is_const<T>::value, ""); in PetscAddConstCast()
524 constexpr auto is_const = std::is_same<It, typename map_type::const_iterator>::value; in test_iterators() local525 static_assert(is_normal || is_const, ""); in test_iterators()
797 static_assert(!std::is_const<M>::value, ""); in cupmFreeAsync()