commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
comms::FlagInCategory Concept Reference

A flag whose category is exactly Category. More...

#include <flag.hpp>

Concept definition

template<typename F, typename Category>
concept comms::FlagInCategory = AnyFlag<F> && std::same_as<typename F::category, Category>
Any flag type: a name plus a category member type that is itself an AnyFlagCategory.
Definition flag.hpp:98
A flag whose category is exactly Category.
Definition flag.hpp:106

Detailed Description

A flag whose category is exactly Category.