sparrow 1.0.0
|
Concept for std::array types. More...
#include <mp_utils.hpp>
Concept for std::array types.
This concept identifies standard array types by checking for the required type members and ensuring the type structure matches std::array.
T | Type to check |
Definition at line 1113 of file mp_utils.hpp.