Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp217 static_assert(!std::is_const<T>::value, ""); in PetscAddConstCast()
/petsc/src/sys/tests/
H A Dex64.cxx524 constexpr auto is_const = std::is_same<It, typename map_type::const_iterator>::value; in test_iterators() local
525 static_assert(is_normal || is_const, ""); in test_iterators()
/petsc/include/petsc/private/
H A Dcupminterface.hpp797 static_assert(!std::is_const<M>::value, ""); in cupmFreeAsync()