template struct std::hash<copy_only_test>

Overview

#include <utils.h>

template <>
struct hash<copy_only_test>
{
    // methods

    std::size_t operator () (const copy_only_test& val) const;
};