Documentation for Algorithm

Former-commit-id: a2090cb6f5e7373f4d9adc3c1d5067619b1bd185
This commit is contained in:
Gawaboumga
2016-02-21 14:20:16 +01:00
parent 0934c21967
commit d3621c82eb
3 changed files with 164 additions and 12 deletions

View File

@@ -27,11 +27,11 @@ namespace Nz
template<typename T> std::size_t CountOf(const T& c);
template<typename T> void HashCombine(std::size_t& seed, const T& v);
template<typename T>
struct PointedType
{
using type = void; //< FIXME: I can't make SFINAE work
};
template<typename T>
struct PointedType
{
using type = void; //< FIXME: I can't make SFINAE work
};
template<typename T>
struct TypeTag {};