FE 0.15.0
Fast, Effecient FrontEnds
Loading...
Searching...
No Matches
fe::Diagnosable Concept Reference

Every frontend building block reports into the Error of S::driver. More...

#include <fe/error.h>

Concept definition

template<class S>
concept Diagnosable = requires(S& s) {
{ s.driver().error() } -> std::convertible_to<Error&>;
}
Every frontend building block reports into the Error of S::driver.
Definition error.h:154

Detailed Description

Every frontend building block reports into the Error of S::driver.

Definition at line 154 of file error.h.