![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
|
externconstexpr |
helper variable template to check if a type defines member iterator
| T | type to check |
This primary template is always false.
|
externconstexpr |
helper variable template to check if a type defines member iterator
| T | type to check |
This template specialization is always true if T has member iterator.
|
externconstexpr |
helper variable template to check if a type defines member iterator
| T | type to check |
This variable template invokes the variable template above in order to avoid displaying the second template parameter in compiler error messages.
|
externconstexpr |
helper variable template to check if a type defines member value_type
| T | type to check |
This primary template is always false.
|
externconstexpr |
helper variable template to check if a type defines member value_type
| T | type to check |
This template specialization is always true if T has member value_type.
|
externconstexpr |
helper variable template to check if a type defines member value_type
| T | type to check |
This variable template invokes the variable template above in order to avoid displaying the second template parameter in compiler error messages.