Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
hash_combine.h File Reference
#include <functional>

Go to the source code of this file.

Namespaces

namespace  fml
 

Functions

template<class Type >
constexpr void fml::HashCombineSeed (std::size_t &seed, Type arg)
 
template<class Type , class... Rest>
constexpr void fml::HashCombineSeed (std::size_t &seed, Type arg, Rest... other_args)
 
constexpr std::size_t fml::HashCombine ()
 
template<class... Type>
constexpr std::size_t fml::HashCombine (Type... args)