Flutter Engine
The Flutter Engine
|
#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) |