Lightweight 0.20260617.0
Loading...
Searching...
No Matches
Lightweight::HasDescription Concept Reference

Satisfied when a Description specialization exists for the given record type. More...

#include <Description.hpp>

Concept definition

template<typename Record>
concept Lightweight::HasDescription = requires {
{ Description<std::remove_cvref_t<Record>>::FieldCount } -> std::convertible_to<std::size_t>;
}
Satisfied when a Description specialization exists for the given record type.

Detailed Description

Satisfied when a Description specialization exists for the given record type.

Definition at line 128 of file Description.hpp.