asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt::collect_scalar Concept Reference

Concept: T is a scalar type with a flat_value member pointer. More...

#include <collect.hpp>

Concept definition

template<typename T>
concept asrt::collect_scalar = collect_append_traits< T >::is_scalar
Concept: T is a scalar type with a flat_value member pointer.
Definition: collect.hpp:73

Detailed Description

Concept: T is a scalar type with a flat_value member pointer.