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>
requires(V1 v1, V2 v2) {
typename V1::value_type;
typename V2::value_type;
} &&
std::same_as<typename V1::ValueType, typename V2::ValueType>

Detailed Description

Definition at line 31 of file gimbal_vector.hpp.