Pinned Loading
-
header only library to help implemen...
header only library to help implementing concept for a class 1// This header only library is usued to check whether a class satisfies a concept.
2// When compiling, an error will happen if the class doesn't satisfy the concept.
3// IDEs like QtCreator and CLion will also display an error for it whiling editing.
4// This is useful when you want to satisfy a concept by implementing methods one by one.
5// (without checking the definition of the concept over time).
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.