Keyword concept.
More...
#include <raberu/impl/concepts.hpp>
Keyword concept.
A Keyword type is able to be bound to a value as an Option
template<typename K>
typename K::tag_type;
{ K::template accept<int>() } -> stdfix::same_as<bool>;
}
Keyword concept.
Definition concepts.hpp:26