Satisfied when a customization point has been given a value (i.e. is not unspecified).

Synopsis

Declared in <mp‐units/utility/unspecified.h>

template<typename T>
concept specified = !std::same_as<std::remove_cvref_t<T>, unspecified_t>;

Created with MrDocs