template struct std::hash<LUT_info>

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

    size_t operator () (const LUT_info& k) const;
};