invalid_typeclass

Synopsis

struct invalid_typeclass
{
  // unspecified
};

Description

Template metaprogramming value representing the error that a function expected by a typeclass has not been implemented. The tag of this value is invalid_typeclass_tag.

#include <mpllibs/metamonad/invalid_typeclass.hpp>

[up]