numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::reference_of Concept Reference

Concept of references. More...

#include <num_collect/base/concepts/reference_of.h>

Concept definition

template<typename T, typename U>
concept num_collect::base::concepts::reference_of = std::is_same_v<T, U&>

Detailed Description

Concept of references.

Template Parameters
TType.
UType.

Definition at line 35 of file reference_of.h.