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

Concept form of is_allowed_id_repr. More...

#include <id.hpp>

Concept definition

template<class T>
concept comms::AllowedIdRepr = is_allowed_id_repr<std::remove_cvref_t<T>>::value
Concept form of is_allowed_id_repr.
Definition id.hpp:82

Detailed Description

Concept form of is_allowed_id_repr.