#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, const Type &arg) |
| template<class Type , class... Rest> | |
| constexpr void | fml::HashCombineSeed (std::size_t &seed, const Type &arg, const Rest &... other_args) |
| constexpr std::size_t | fml::HashCombine () |
| template<class... Type> | |
| constexpr std::size_t | fml::HashCombine (const Type &... args) |