36 using Ts::operator()...;
44template<
class Exception>
50 void operator()(std::monostate&)
52 throw Exception(message_);
55 void operator()(
const std::monostate&)
const
57 throw Exception(message_);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
A functor for handling a monostate in a visitor overload set.
Definition Visitor.hpp:45
Helper struct for for generating visitor overload sets.
Definition Visitor.hpp:35