no_case_matched

Synopsis

template <class Exp>
struct bad_match
{
  // unspecified
};

Description

Template metaprogramming value representing that a value did not match any case in a case expression.

#include <mpllibs/metamonad/no_case_matched.hpp>

[up]