#include <expr.hpp>
|
|
using | parent1_type = Parent1 |
| |
|
using | parent2_type = Parent2 |
| |
|
using | result_type = op_result_type_t< parent1_type, Op > |
| |
|
using | value_type = typename result_type::value_type |
| |
|
|
template<typename... Operations> |
| static constexpr bool | is_operation (Operation op, Operations... ops) |
| |
|
static constexpr bool | is_operation_none () |
| |
|
template<typename... Operations> |
| static constexpr bool | is_operation_not (Operation op, Operations... ops) |
| |
|
static constexpr unsigned | size () |
| |
The documentation for this struct was generated from the following file: