raberu v1.1.0
Fancy Named Parameter Library
 
Loading...
Searching...
No Matches
rbr::concepts::exactly Concept Reference

Exact match concept helper. More...

#include <raberu/impl/concepts.hpp>

Detailed Description

Exact match concept helper.

rbr::concepts::exactly is to be used to constraint functions template parameter to be an instantiation of a precise Keyword

Concept definition

template<typename Option, auto Keyword>
concept rbr::concepts::exactly = stdfix::same_as < typename Option::keyword_type
, std::remove_cvref_t<decltype(Keyword)>
>
Exact match concept helper.
Definition: concepts.hpp:60