![]() |
Dune-Functions 2.12-git
|
Loading...
Searching...
No Matches
flatvectorview.hh
Go to the documentation of this file.
32 std::enable_if_t< models<Concept::HasIndexAccess, VV, Index>() and (not Dune::IsNumber<std::decay_t<VV>>::value), int> = 0>
39 std::enable_if_t< (not models<Concept::HasIndexAccess, VV, Index>()) or Dune::IsNumber<std::decay_t<VV>>::value, int> = 0>
46 std::enable_if_t< models<Concept::HasSizeMethod, VV>() and (not Dune::IsNumber<std::decay_t<VV>>::value), int> = 0>
53 std::enable_if_t< (not models<Concept::HasSizeMethod, VV>()) or Dune::IsNumber<std::decay_t<VV>>::value, int>type = 0>
STL namespace.
auto flatVectorView(T &t)
Create flat vector view of passed mutable container.
Definition flatvectorview.hh:183
int size() const
constexpr auto size(const T &t)
T move(T... args)
