libGimbal
0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gbl::vector_compatible_gbl Concept Reference
Concept definition
template
<
typename
V1,
typename
V2>
concept
gbl::vector_compatible_gbl
=
requires
(V1 v1, V2 v2) {
typename
V1::value_type;
typename
V2::value_type;
} &&
std::same_as<typename V1::ValueType, typename V2::ValueType>
gbl::vector_compatible_gbl
Definition
gimbal_vector.hpp:31
Detailed Description
Definition at line
31
of file
gimbal_vector.hpp
.
gbl
vector_compatible_gbl
Generated by
1.9.8