Class template std::hash¶
-
template<class K, int SIZE>
class std::hash<Dune::FieldVector<K, SIZE>>¶ See also: http://en.cppreference.com/w/cpp/utility/hash, http://en.cppreference.com/w/cpp/utility/hash, http://www.boost.org/doc/libs/1_55_0/doc/html/hash/combine.html, http://www.boost.org/doc/libs/1_55_0/doc/html/hash/combine.html
Method std::hash::operator()¶
-
template<class K, int SIZE>
result_type std::hash<Dune::FieldVector<K, SIZE>>::operator()(const argument_type &s) const noexcept¶ No documentation provided.
Type alias std::hash::argument_type¶
-
type std::hash::argument_type¶
No documentation provided.
Type alias std::hash::result_type¶
-
type std::hash::result_type¶
No documentation provided.