| 
    dice-hash
    
   Hash function for stl types and container 
   | 
 
Helper type. More...
#include <DiceHash.hpp>


Helper type.
It is used for a static_assert. If a specific version of a template function needs to be disabled via static_assert, there can be a problem. If the evaluation does not need the type T of the template, it will always be evaluated, even if the specific function is not used/instantiated. This is a workaround. It will contain false for every type, however that is not directly knowable.