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

Concept of same types. More...

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

Concept definition

template<typename T, typename U>
concept num_collect::base::concepts::decayed_to = std::is_same_v<std::decay_t<T>, U>

Detailed Description

Concept of same types.

Template Parameters
TType.
UType.

Definition at line 35 of file decayed_to.h.