Whether every reflected member of T (inherited ones included) is an undescribed string, i.e. a value convertible to std::string_view.

Synopsis

Declared in <mrdocs/Support/Describe.hpp>

template<class T>
consteval
bool
describedMembersAllText();

Return Value

true when every reflected member is such a string, including vacuously when T has no members.

Created with MrDocs