Struct Product

Inheritance Relationships

Base Type

  • public boost::spirit::x3::position_tagged

Struct Documentation

struct Product : public boost::spirit::x3::position_tagged

Public Types

value_type = decltype(factors)::value_type

Public Functions

Product() noexcept = default
template<typename T>
Product(T value)
Product(std::vector<NullaryValue> factors)

Public Members

std::vector<NullaryValue> factors