mrdocs::reference_constructs_from_temporary_v
Like reference_converts_from_temporary_v, but for construction.
Synopsis
Declared in <mrdocs/Support/Concepts.hpp>
template<
class To,
class From>
concept reference_constructs_from_temporary_v = reference_converts_from_temporary_v<To, From>;
Created with MrDocs