Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx523 constexpr auto is_normal = std::is_same<It, typename map_type::iterator>::value; in test_iterators() local
525 static_assert(is_normal || is_const, ""); in test_iterators()
526 constexpr const char *it_name = is_normal ? "Non-const" : "Const"; in test_iterators()