SAT Solver Template
Loading...
Searching...
No Matches
sat::concepts::same_template_lvref Concept Reference

#include <concepts.hpp>

Concept definition

template<typename T, template< typename... > typename Template>
concept sat::concepts::same_template_lvref = same_template<T, Template> and std::is_lvalue_reference_v<T>
Definition concepts.hpp:93
Definition concepts.hpp:87

Detailed Description

Type that is an l-value reference to a given incomplete template type