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

Concept of constant references. More...

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

Concept definition

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

Detailed Description

Concept of constant references.

Template Parameters
TType.
UType.

Definition at line 35 of file const_reference_of.h.