| 311 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 312 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 313 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 314 | | typedef phoenix::tuple<a_t, b_t, c_t> actor_tuple_t; |
| | 311 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 312 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 313 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 314 | typedef ::phoenix::tuple<a_t, b_t, c_t> actor_tuple_t; |
| 333 | | phoenix::tuple< |
| 334 | | typename phoenix::as_actor<A>::type, |
| 335 | | typename phoenix::as_actor<B>::type, |
| 336 | | typename phoenix::as_actor<C>::type, |
| 337 | | typename phoenix::as_actor<D>::type |
| | 333 | ::phoenix::tuple< |
| | 334 | typename ::phoenix::as_actor<A>::type, |
| | 335 | typename ::phoenix::as_actor<B>::type, |
| | 336 | typename ::phoenix::as_actor<C>::type, |
| | 337 | typename ::phoenix::as_actor<D>::type |
| 344 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 345 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 346 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 347 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 348 | | typedef phoenix::tuple< |
| | 344 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 345 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 346 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 347 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 348 | typedef ::phoenix::tuple< |
| 355 | | phoenix::as_actor<A>::convert(a), |
| 356 | | phoenix::as_actor<B>::convert(b), |
| 357 | | phoenix::as_actor<C>::convert(c), |
| 358 | | phoenix::as_actor<D>::convert(d) |
| | 355 | ::phoenix::as_actor<A>::convert(a), |
| | 356 | ::phoenix::as_actor<B>::convert(b), |
| | 357 | ::phoenix::as_actor<C>::convert(c), |
| | 358 | ::phoenix::as_actor<D>::convert(d) |
| 368 | | phoenix::tuple< |
| 369 | | typename phoenix::as_actor<A>::type, |
| 370 | | typename phoenix::as_actor<B>::type, |
| 371 | | typename phoenix::as_actor<C>::type, |
| 372 | | typename phoenix::as_actor<D>::type, |
| 373 | | typename phoenix::as_actor<E>::type |
| | 368 | ::phoenix::tuple< |
| | 369 | typename ::phoenix::as_actor<A>::type, |
| | 370 | typename ::phoenix::as_actor<B>::type, |
| | 371 | typename ::phoenix::as_actor<C>::type, |
| | 372 | typename ::phoenix::as_actor<D>::type, |
| | 373 | typename ::phoenix::as_actor<E>::type |
| 380 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 381 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 382 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 383 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 384 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 385 | | typedef phoenix::tuple< |
| | 380 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 381 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 382 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 383 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 384 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 385 | typedef ::phoenix::tuple< |
| 392 | | phoenix::as_actor<A>::convert(a), |
| 393 | | phoenix::as_actor<B>::convert(b), |
| 394 | | phoenix::as_actor<C>::convert(c), |
| 395 | | phoenix::as_actor<D>::convert(d), |
| 396 | | phoenix::as_actor<E>::convert(e) |
| | 392 | ::phoenix::as_actor<A>::convert(a), |
| | 393 | ::phoenix::as_actor<B>::convert(b), |
| | 394 | ::phoenix::as_actor<C>::convert(c), |
| | 395 | ::phoenix::as_actor<D>::convert(d), |
| | 396 | ::phoenix::as_actor<E>::convert(e) |
| 407 | | phoenix::tuple< |
| 408 | | typename phoenix::as_actor<A>::type, |
| 409 | | typename phoenix::as_actor<B>::type, |
| 410 | | typename phoenix::as_actor<C>::type, |
| 411 | | typename phoenix::as_actor<D>::type, |
| 412 | | typename phoenix::as_actor<E>::type, |
| 413 | | typename phoenix::as_actor<F>::type |
| | 407 | ::phoenix::tuple< |
| | 408 | typename ::phoenix::as_actor<A>::type, |
| | 409 | typename ::phoenix::as_actor<B>::type, |
| | 410 | typename ::phoenix::as_actor<C>::type, |
| | 411 | typename ::phoenix::as_actor<D>::type, |
| | 412 | typename ::phoenix::as_actor<E>::type, |
| | 413 | typename ::phoenix::as_actor<F>::type |
| 421 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 422 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 423 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 424 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 425 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 426 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 427 | | typedef phoenix::tuple< |
| | 421 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 422 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 423 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 424 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 425 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 426 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 427 | typedef ::phoenix::tuple< |
| 434 | | phoenix::as_actor<A>::convert(a), |
| 435 | | phoenix::as_actor<B>::convert(b), |
| 436 | | phoenix::as_actor<C>::convert(c), |
| 437 | | phoenix::as_actor<D>::convert(d), |
| 438 | | phoenix::as_actor<E>::convert(e), |
| 439 | | phoenix::as_actor<F>::convert(f) |
| | 434 | ::phoenix::as_actor<A>::convert(a), |
| | 435 | ::phoenix::as_actor<B>::convert(b), |
| | 436 | ::phoenix::as_actor<C>::convert(c), |
| | 437 | ::phoenix::as_actor<D>::convert(d), |
| | 438 | ::phoenix::as_actor<E>::convert(e), |
| | 439 | ::phoenix::as_actor<F>::convert(f) |
| 452 | | phoenix::tuple< |
| 453 | | typename phoenix::as_actor<A>::type, |
| 454 | | typename phoenix::as_actor<B>::type, |
| 455 | | typename phoenix::as_actor<C>::type, |
| 456 | | typename phoenix::as_actor<D>::type, |
| 457 | | typename phoenix::as_actor<E>::type, |
| 458 | | typename phoenix::as_actor<F>::type, |
| 459 | | typename phoenix::as_actor<G>::type |
| | 452 | ::phoenix::tuple< |
| | 453 | typename ::phoenix::as_actor<A>::type, |
| | 454 | typename ::phoenix::as_actor<B>::type, |
| | 455 | typename ::phoenix::as_actor<C>::type, |
| | 456 | typename ::phoenix::as_actor<D>::type, |
| | 457 | typename ::phoenix::as_actor<E>::type, |
| | 458 | typename ::phoenix::as_actor<F>::type, |
| | 459 | typename ::phoenix::as_actor<G>::type |
| 467 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 468 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 469 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 470 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 471 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 472 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 473 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 474 | | typedef phoenix::tuple< |
| | 467 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 468 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 469 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 470 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 471 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 472 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 473 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 474 | typedef ::phoenix::tuple< |
| 481 | | phoenix::as_actor<A>::convert(a), |
| 482 | | phoenix::as_actor<B>::convert(b), |
| 483 | | phoenix::as_actor<C>::convert(c), |
| 484 | | phoenix::as_actor<D>::convert(d), |
| 485 | | phoenix::as_actor<E>::convert(e), |
| 486 | | phoenix::as_actor<F>::convert(f), |
| 487 | | phoenix::as_actor<G>::convert(g) |
| | 481 | ::phoenix::as_actor<A>::convert(a), |
| | 482 | ::phoenix::as_actor<B>::convert(b), |
| | 483 | ::phoenix::as_actor<C>::convert(c), |
| | 484 | ::phoenix::as_actor<D>::convert(d), |
| | 485 | ::phoenix::as_actor<E>::convert(e), |
| | 486 | ::phoenix::as_actor<F>::convert(f), |
| | 487 | ::phoenix::as_actor<G>::convert(g) |
| 498 | | phoenix::tuple< |
| 499 | | typename phoenix::as_actor<A>::type, |
| 500 | | typename phoenix::as_actor<B>::type, |
| 501 | | typename phoenix::as_actor<C>::type, |
| 502 | | typename phoenix::as_actor<D>::type, |
| 503 | | typename phoenix::as_actor<E>::type, |
| 504 | | typename phoenix::as_actor<F>::type, |
| 505 | | typename phoenix::as_actor<G>::type, |
| 506 | | typename phoenix::as_actor<H>::type |
| | 498 | ::phoenix::tuple< |
| | 499 | typename ::phoenix::as_actor<A>::type, |
| | 500 | typename ::phoenix::as_actor<B>::type, |
| | 501 | typename ::phoenix::as_actor<C>::type, |
| | 502 | typename ::phoenix::as_actor<D>::type, |
| | 503 | typename ::phoenix::as_actor<E>::type, |
| | 504 | typename ::phoenix::as_actor<F>::type, |
| | 505 | typename ::phoenix::as_actor<G>::type, |
| | 506 | typename ::phoenix::as_actor<H>::type |
| 514 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 515 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 516 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 517 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 518 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 519 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 520 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 521 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 522 | | typedef phoenix::tuple< |
| | 514 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 515 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 516 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 517 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 518 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 519 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 520 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 521 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 522 | typedef ::phoenix::tuple< |
| 529 | | phoenix::as_actor<A>::convert(a), |
| 530 | | phoenix::as_actor<B>::convert(b), |
| 531 | | phoenix::as_actor<C>::convert(c), |
| 532 | | phoenix::as_actor<D>::convert(d), |
| 533 | | phoenix::as_actor<E>::convert(e), |
| 534 | | phoenix::as_actor<F>::convert(f), |
| 535 | | phoenix::as_actor<G>::convert(g), |
| 536 | | phoenix::as_actor<H>::convert(h) |
| | 529 | ::phoenix::as_actor<A>::convert(a), |
| | 530 | ::phoenix::as_actor<B>::convert(b), |
| | 531 | ::phoenix::as_actor<C>::convert(c), |
| | 532 | ::phoenix::as_actor<D>::convert(d), |
| | 533 | ::phoenix::as_actor<E>::convert(e), |
| | 534 | ::phoenix::as_actor<F>::convert(f), |
| | 535 | ::phoenix::as_actor<G>::convert(g), |
| | 536 | ::phoenix::as_actor<H>::convert(h) |
| 547 | | phoenix::tuple< |
| 548 | | typename phoenix::as_actor<A>::type, |
| 549 | | typename phoenix::as_actor<B>::type, |
| 550 | | typename phoenix::as_actor<C>::type, |
| 551 | | typename phoenix::as_actor<D>::type, |
| 552 | | typename phoenix::as_actor<E>::type, |
| 553 | | typename phoenix::as_actor<F>::type, |
| 554 | | typename phoenix::as_actor<G>::type, |
| 555 | | typename phoenix::as_actor<H>::type, |
| 556 | | typename phoenix::as_actor<I>::type |
| | 547 | ::phoenix::tuple< |
| | 548 | typename ::phoenix::as_actor<A>::type, |
| | 549 | typename ::phoenix::as_actor<B>::type, |
| | 550 | typename ::phoenix::as_actor<C>::type, |
| | 551 | typename ::phoenix::as_actor<D>::type, |
| | 552 | typename ::phoenix::as_actor<E>::type, |
| | 553 | typename ::phoenix::as_actor<F>::type, |
| | 554 | typename ::phoenix::as_actor<G>::type, |
| | 555 | typename ::phoenix::as_actor<H>::type, |
| | 556 | typename ::phoenix::as_actor<I>::type |
| 564 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 565 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 566 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 567 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 568 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 569 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 570 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 571 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 572 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 573 | | typedef phoenix::tuple< |
| | 564 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 565 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 566 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 567 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 568 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 569 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 570 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 571 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 572 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 573 | typedef ::phoenix::tuple< |
| 580 | | phoenix::as_actor<A>::convert(a), |
| 581 | | phoenix::as_actor<B>::convert(b), |
| 582 | | phoenix::as_actor<C>::convert(c), |
| 583 | | phoenix::as_actor<D>::convert(d), |
| 584 | | phoenix::as_actor<E>::convert(e), |
| 585 | | phoenix::as_actor<F>::convert(f), |
| 586 | | phoenix::as_actor<G>::convert(g), |
| 587 | | phoenix::as_actor<H>::convert(h), |
| 588 | | phoenix::as_actor<I>::convert(i) |
| | 580 | ::phoenix::as_actor<A>::convert(a), |
| | 581 | ::phoenix::as_actor<B>::convert(b), |
| | 582 | ::phoenix::as_actor<C>::convert(c), |
| | 583 | ::phoenix::as_actor<D>::convert(d), |
| | 584 | ::phoenix::as_actor<E>::convert(e), |
| | 585 | ::phoenix::as_actor<F>::convert(f), |
| | 586 | ::phoenix::as_actor<G>::convert(g), |
| | 587 | ::phoenix::as_actor<H>::convert(h), |
| | 588 | ::phoenix::as_actor<I>::convert(i) |
| 601 | | phoenix::tuple< |
| 602 | | typename phoenix::as_actor<A>::type, |
| 603 | | typename phoenix::as_actor<B>::type, |
| 604 | | typename phoenix::as_actor<C>::type, |
| 605 | | typename phoenix::as_actor<D>::type, |
| 606 | | typename phoenix::as_actor<E>::type, |
| 607 | | typename phoenix::as_actor<F>::type, |
| 608 | | typename phoenix::as_actor<G>::type, |
| 609 | | typename phoenix::as_actor<H>::type, |
| 610 | | typename phoenix::as_actor<I>::type, |
| 611 | | typename phoenix::as_actor<J>::type |
| | 601 | ::phoenix::tuple< |
| | 602 | typename ::phoenix::as_actor<A>::type, |
| | 603 | typename ::phoenix::as_actor<B>::type, |
| | 604 | typename ::phoenix::as_actor<C>::type, |
| | 605 | typename ::phoenix::as_actor<D>::type, |
| | 606 | typename ::phoenix::as_actor<E>::type, |
| | 607 | typename ::phoenix::as_actor<F>::type, |
| | 608 | typename ::phoenix::as_actor<G>::type, |
| | 609 | typename ::phoenix::as_actor<H>::type, |
| | 610 | typename ::phoenix::as_actor<I>::type, |
| | 611 | typename ::phoenix::as_actor<J>::type |
| 619 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 620 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 621 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 622 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 623 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 624 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 625 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 626 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 627 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 628 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 629 | | typedef phoenix::tuple< |
| | 619 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 620 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 621 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 622 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 623 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 624 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 625 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 626 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 627 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 628 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 629 | typedef ::phoenix::tuple< |
| 636 | | phoenix::as_actor<A>::convert(a), |
| 637 | | phoenix::as_actor<B>::convert(b), |
| 638 | | phoenix::as_actor<C>::convert(c), |
| 639 | | phoenix::as_actor<D>::convert(d), |
| 640 | | phoenix::as_actor<E>::convert(e), |
| 641 | | phoenix::as_actor<F>::convert(f), |
| 642 | | phoenix::as_actor<G>::convert(g), |
| 643 | | phoenix::as_actor<H>::convert(h), |
| 644 | | phoenix::as_actor<I>::convert(i), |
| 645 | | phoenix::as_actor<J>::convert(j) |
| | 636 | ::phoenix::as_actor<A>::convert(a), |
| | 637 | ::phoenix::as_actor<B>::convert(b), |
| | 638 | ::phoenix::as_actor<C>::convert(c), |
| | 639 | ::phoenix::as_actor<D>::convert(d), |
| | 640 | ::phoenix::as_actor<E>::convert(e), |
| | 641 | ::phoenix::as_actor<F>::convert(f), |
| | 642 | ::phoenix::as_actor<G>::convert(g), |
| | 643 | ::phoenix::as_actor<H>::convert(h), |
| | 644 | ::phoenix::as_actor<I>::convert(i), |
| | 645 | ::phoenix::as_actor<J>::convert(j) |
| 657 | | phoenix::tuple< |
| 658 | | typename phoenix::as_actor<A>::type, |
| 659 | | typename phoenix::as_actor<B>::type, |
| 660 | | typename phoenix::as_actor<C>::type, |
| 661 | | typename phoenix::as_actor<D>::type, |
| 662 | | typename phoenix::as_actor<E>::type, |
| 663 | | typename phoenix::as_actor<F>::type, |
| 664 | | typename phoenix::as_actor<G>::type, |
| 665 | | typename phoenix::as_actor<H>::type, |
| 666 | | typename phoenix::as_actor<I>::type, |
| 667 | | typename phoenix::as_actor<J>::type, |
| 668 | | typename phoenix::as_actor<K>::type |
| | 657 | ::phoenix::tuple< |
| | 658 | typename ::phoenix::as_actor<A>::type, |
| | 659 | typename ::phoenix::as_actor<B>::type, |
| | 660 | typename ::phoenix::as_actor<C>::type, |
| | 661 | typename ::phoenix::as_actor<D>::type, |
| | 662 | typename ::phoenix::as_actor<E>::type, |
| | 663 | typename ::phoenix::as_actor<F>::type, |
| | 664 | typename ::phoenix::as_actor<G>::type, |
| | 665 | typename ::phoenix::as_actor<H>::type, |
| | 666 | typename ::phoenix::as_actor<I>::type, |
| | 667 | typename ::phoenix::as_actor<J>::type, |
| | 668 | typename ::phoenix::as_actor<K>::type |
| 677 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 678 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 679 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 680 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 681 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 682 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 683 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 684 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 685 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 686 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 687 | | typedef typename phoenix::as_actor<K>::type k_t; |
| 688 | | typedef phoenix::tuple< |
| | 677 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 678 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 679 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 680 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 681 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 682 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 683 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 684 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 685 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 686 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 687 | typedef typename ::phoenix::as_actor<K>::type k_t; |
| | 688 | typedef ::phoenix::tuple< |
| 696 | | phoenix::as_actor<A>::convert(a), |
| 697 | | phoenix::as_actor<B>::convert(b), |
| 698 | | phoenix::as_actor<C>::convert(c), |
| 699 | | phoenix::as_actor<D>::convert(d), |
| 700 | | phoenix::as_actor<E>::convert(e), |
| 701 | | phoenix::as_actor<F>::convert(f), |
| 702 | | phoenix::as_actor<G>::convert(g), |
| 703 | | phoenix::as_actor<H>::convert(h), |
| 704 | | phoenix::as_actor<I>::convert(i), |
| 705 | | phoenix::as_actor<J>::convert(j), |
| 706 | | phoenix::as_actor<K>::convert(k) |
| | 696 | ::phoenix::as_actor<A>::convert(a), |
| | 697 | ::phoenix::as_actor<B>::convert(b), |
| | 698 | ::phoenix::as_actor<C>::convert(c), |
| | 699 | ::phoenix::as_actor<D>::convert(d), |
| | 700 | ::phoenix::as_actor<E>::convert(e), |
| | 701 | ::phoenix::as_actor<F>::convert(f), |
| | 702 | ::phoenix::as_actor<G>::convert(g), |
| | 703 | ::phoenix::as_actor<H>::convert(h), |
| | 704 | ::phoenix::as_actor<I>::convert(i), |
| | 705 | ::phoenix::as_actor<J>::convert(j), |
| | 706 | ::phoenix::as_actor<K>::convert(k) |
| 718 | | phoenix::tuple< |
| 719 | | typename phoenix::as_actor<A>::type, |
| 720 | | typename phoenix::as_actor<B>::type, |
| 721 | | typename phoenix::as_actor<C>::type, |
| 722 | | typename phoenix::as_actor<D>::type, |
| 723 | | typename phoenix::as_actor<E>::type, |
| 724 | | typename phoenix::as_actor<F>::type, |
| 725 | | typename phoenix::as_actor<G>::type, |
| 726 | | typename phoenix::as_actor<H>::type, |
| 727 | | typename phoenix::as_actor<I>::type, |
| 728 | | typename phoenix::as_actor<J>::type, |
| 729 | | typename phoenix::as_actor<K>::type, |
| 730 | | typename phoenix::as_actor<L>::type |
| | 718 | ::phoenix::tuple< |
| | 719 | typename ::phoenix::as_actor<A>::type, |
| | 720 | typename ::phoenix::as_actor<B>::type, |
| | 721 | typename ::phoenix::as_actor<C>::type, |
| | 722 | typename ::phoenix::as_actor<D>::type, |
| | 723 | typename ::phoenix::as_actor<E>::type, |
| | 724 | typename ::phoenix::as_actor<F>::type, |
| | 725 | typename ::phoenix::as_actor<G>::type, |
| | 726 | typename ::phoenix::as_actor<H>::type, |
| | 727 | typename ::phoenix::as_actor<I>::type, |
| | 728 | typename ::phoenix::as_actor<J>::type, |
| | 729 | typename ::phoenix::as_actor<K>::type, |
| | 730 | typename ::phoenix::as_actor<L>::type |
| 739 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 740 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 741 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 742 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 743 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 744 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 745 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 746 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 747 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 748 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 749 | | typedef typename phoenix::as_actor<K>::type k_t; |
| 750 | | typedef typename phoenix::as_actor<L>::type l_t; |
| 751 | | typedef phoenix::tuple< |
| | 739 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 740 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 741 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 742 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 743 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 744 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 745 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 746 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 747 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 748 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 749 | typedef typename ::phoenix::as_actor<K>::type k_t; |
| | 750 | typedef typename ::phoenix::as_actor<L>::type l_t; |
| | 751 | typedef ::phoenix::tuple< |
| 759 | | phoenix::as_actor<A>::convert(a), |
| 760 | | phoenix::as_actor<B>::convert(b), |
| 761 | | phoenix::as_actor<C>::convert(c), |
| 762 | | phoenix::as_actor<D>::convert(d), |
| 763 | | phoenix::as_actor<E>::convert(e), |
| 764 | | phoenix::as_actor<F>::convert(f), |
| 765 | | phoenix::as_actor<G>::convert(g), |
| 766 | | phoenix::as_actor<H>::convert(h), |
| 767 | | phoenix::as_actor<I>::convert(i), |
| 768 | | phoenix::as_actor<J>::convert(j), |
| 769 | | phoenix::as_actor<K>::convert(k), |
| 770 | | phoenix::as_actor<L>::convert(l) |
| | 759 | ::phoenix::as_actor<A>::convert(a), |
| | 760 | ::phoenix::as_actor<B>::convert(b), |
| | 761 | ::phoenix::as_actor<C>::convert(c), |
| | 762 | ::phoenix::as_actor<D>::convert(d), |
| | 763 | ::phoenix::as_actor<E>::convert(e), |
| | 764 | ::phoenix::as_actor<F>::convert(f), |
| | 765 | ::phoenix::as_actor<G>::convert(g), |
| | 766 | ::phoenix::as_actor<H>::convert(h), |
| | 767 | ::phoenix::as_actor<I>::convert(i), |
| | 768 | ::phoenix::as_actor<J>::convert(j), |
| | 769 | ::phoenix::as_actor<K>::convert(k), |
| | 770 | ::phoenix::as_actor<L>::convert(l) |
| 784 | | phoenix::tuple< |
| 785 | | typename phoenix::as_actor<A>::type, |
| 786 | | typename phoenix::as_actor<B>::type, |
| 787 | | typename phoenix::as_actor<C>::type, |
| 788 | | typename phoenix::as_actor<D>::type, |
| 789 | | typename phoenix::as_actor<E>::type, |
| 790 | | typename phoenix::as_actor<F>::type, |
| 791 | | typename phoenix::as_actor<G>::type, |
| 792 | | typename phoenix::as_actor<H>::type, |
| 793 | | typename phoenix::as_actor<I>::type, |
| 794 | | typename phoenix::as_actor<J>::type, |
| 795 | | typename phoenix::as_actor<K>::type, |
| 796 | | typename phoenix::as_actor<L>::type, |
| 797 | | typename phoenix::as_actor<M>::type |
| | 784 | ::phoenix::tuple< |
| | 785 | typename ::phoenix::as_actor<A>::type, |
| | 786 | typename ::phoenix::as_actor<B>::type, |
| | 787 | typename ::phoenix::as_actor<C>::type, |
| | 788 | typename ::phoenix::as_actor<D>::type, |
| | 789 | typename ::phoenix::as_actor<E>::type, |
| | 790 | typename ::phoenix::as_actor<F>::type, |
| | 791 | typename ::phoenix::as_actor<G>::type, |
| | 792 | typename ::phoenix::as_actor<H>::type, |
| | 793 | typename ::phoenix::as_actor<I>::type, |
| | 794 | typename ::phoenix::as_actor<J>::type, |
| | 795 | typename ::phoenix::as_actor<K>::type, |
| | 796 | typename ::phoenix::as_actor<L>::type, |
| | 797 | typename ::phoenix::as_actor<M>::type |
| 806 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 807 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 808 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 809 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 810 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 811 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 812 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 813 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 814 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 815 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 816 | | typedef typename phoenix::as_actor<K>::type k_t; |
| 817 | | typedef typename phoenix::as_actor<L>::type l_t; |
| 818 | | typedef typename phoenix::as_actor<M>::type m_t; |
| 819 | | typedef phoenix::tuple< |
| | 806 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 807 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 808 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 809 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 810 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 811 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 812 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 813 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 814 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 815 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 816 | typedef typename ::phoenix::as_actor<K>::type k_t; |
| | 817 | typedef typename ::phoenix::as_actor<L>::type l_t; |
| | 818 | typedef typename ::phoenix::as_actor<M>::type m_t; |
| | 819 | typedef ::phoenix::tuple< |
| 827 | | phoenix::as_actor<A>::convert(a), |
| 828 | | phoenix::as_actor<B>::convert(b), |
| 829 | | phoenix::as_actor<C>::convert(c), |
| 830 | | phoenix::as_actor<D>::convert(d), |
| 831 | | phoenix::as_actor<E>::convert(e), |
| 832 | | phoenix::as_actor<F>::convert(f), |
| 833 | | phoenix::as_actor<G>::convert(g), |
| 834 | | phoenix::as_actor<H>::convert(h), |
| 835 | | phoenix::as_actor<I>::convert(i), |
| 836 | | phoenix::as_actor<J>::convert(j), |
| 837 | | phoenix::as_actor<K>::convert(k), |
| 838 | | phoenix::as_actor<L>::convert(l), |
| 839 | | phoenix::as_actor<M>::convert(m) |
| | 827 | ::phoenix::as_actor<A>::convert(a), |
| | 828 | ::phoenix::as_actor<B>::convert(b), |
| | 829 | ::phoenix::as_actor<C>::convert(c), |
| | 830 | ::phoenix::as_actor<D>::convert(d), |
| | 831 | ::phoenix::as_actor<E>::convert(e), |
| | 832 | ::phoenix::as_actor<F>::convert(f), |
| | 833 | ::phoenix::as_actor<G>::convert(g), |
| | 834 | ::phoenix::as_actor<H>::convert(h), |
| | 835 | ::phoenix::as_actor<I>::convert(i), |
| | 836 | ::phoenix::as_actor<J>::convert(j), |
| | 837 | ::phoenix::as_actor<K>::convert(k), |
| | 838 | ::phoenix::as_actor<L>::convert(l), |
| | 839 | ::phoenix::as_actor<M>::convert(m) |
| 851 | | phoenix::tuple< |
| 852 | | typename phoenix::as_actor<A>::type, |
| 853 | | typename phoenix::as_actor<B>::type, |
| 854 | | typename phoenix::as_actor<C>::type, |
| 855 | | typename phoenix::as_actor<D>::type, |
| 856 | | typename phoenix::as_actor<E>::type, |
| 857 | | typename phoenix::as_actor<F>::type, |
| 858 | | typename phoenix::as_actor<G>::type, |
| 859 | | typename phoenix::as_actor<H>::type, |
| 860 | | typename phoenix::as_actor<I>::type, |
| 861 | | typename phoenix::as_actor<J>::type, |
| 862 | | typename phoenix::as_actor<K>::type, |
| 863 | | typename phoenix::as_actor<L>::type, |
| 864 | | typename phoenix::as_actor<M>::type, |
| 865 | | typename phoenix::as_actor<N>::type |
| | 851 | ::phoenix::tuple< |
| | 852 | typename ::phoenix::as_actor<A>::type, |
| | 853 | typename ::phoenix::as_actor<B>::type, |
| | 854 | typename ::phoenix::as_actor<C>::type, |
| | 855 | typename ::phoenix::as_actor<D>::type, |
| | 856 | typename ::phoenix::as_actor<E>::type, |
| | 857 | typename ::phoenix::as_actor<F>::type, |
| | 858 | typename ::phoenix::as_actor<G>::type, |
| | 859 | typename ::phoenix::as_actor<H>::type, |
| | 860 | typename ::phoenix::as_actor<I>::type, |
| | 861 | typename ::phoenix::as_actor<J>::type, |
| | 862 | typename ::phoenix::as_actor<K>::type, |
| | 863 | typename ::phoenix::as_actor<L>::type, |
| | 864 | typename ::phoenix::as_actor<M>::type, |
| | 865 | typename ::phoenix::as_actor<N>::type |
| 874 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 875 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 876 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 877 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 878 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 879 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 880 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 881 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 882 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 883 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 884 | | typedef typename phoenix::as_actor<K>::type k_t; |
| 885 | | typedef typename phoenix::as_actor<L>::type l_t; |
| 886 | | typedef typename phoenix::as_actor<M>::type m_t; |
| 887 | | typedef typename phoenix::as_actor<N>::type n_t; |
| 888 | | typedef phoenix::tuple< |
| | 874 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 875 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 876 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 877 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 878 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 879 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 880 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 881 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 882 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 883 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 884 | typedef typename ::phoenix::as_actor<K>::type k_t; |
| | 885 | typedef typename ::phoenix::as_actor<L>::type l_t; |
| | 886 | typedef typename ::phoenix::as_actor<M>::type m_t; |
| | 887 | typedef typename ::phoenix::as_actor<N>::type n_t; |
| | 888 | typedef ::phoenix::tuple< |
| 896 | | phoenix::as_actor<A>::convert(a), |
| 897 | | phoenix::as_actor<B>::convert(b), |
| 898 | | phoenix::as_actor<C>::convert(c), |
| 899 | | phoenix::as_actor<D>::convert(d), |
| 900 | | phoenix::as_actor<E>::convert(e), |
| 901 | | phoenix::as_actor<F>::convert(f), |
| 902 | | phoenix::as_actor<G>::convert(g), |
| 903 | | phoenix::as_actor<H>::convert(h), |
| 904 | | phoenix::as_actor<I>::convert(i), |
| 905 | | phoenix::as_actor<J>::convert(j), |
| 906 | | phoenix::as_actor<K>::convert(k), |
| 907 | | phoenix::as_actor<L>::convert(l), |
| 908 | | phoenix::as_actor<M>::convert(m), |
| 909 | | phoenix::as_actor<N>::convert(n) |
| | 896 | ::phoenix::as_actor<A>::convert(a), |
| | 897 | ::phoenix::as_actor<B>::convert(b), |
| | 898 | ::phoenix::as_actor<C>::convert(c), |
| | 899 | ::phoenix::as_actor<D>::convert(d), |
| | 900 | ::phoenix::as_actor<E>::convert(e), |
| | 901 | ::phoenix::as_actor<F>::convert(f), |
| | 902 | ::phoenix::as_actor<G>::convert(g), |
| | 903 | ::phoenix::as_actor<H>::convert(h), |
| | 904 | ::phoenix::as_actor<I>::convert(i), |
| | 905 | ::phoenix::as_actor<J>::convert(j), |
| | 906 | ::phoenix::as_actor<K>::convert(k), |
| | 907 | ::phoenix::as_actor<L>::convert(l), |
| | 908 | ::phoenix::as_actor<M>::convert(m), |
| | 909 | ::phoenix::as_actor<N>::convert(n) |
| 921 | | phoenix::tuple< |
| 922 | | typename phoenix::as_actor<A>::type, |
| 923 | | typename phoenix::as_actor<B>::type, |
| 924 | | typename phoenix::as_actor<C>::type, |
| 925 | | typename phoenix::as_actor<D>::type, |
| 926 | | typename phoenix::as_actor<E>::type, |
| 927 | | typename phoenix::as_actor<F>::type, |
| 928 | | typename phoenix::as_actor<G>::type, |
| 929 | | typename phoenix::as_actor<H>::type, |
| 930 | | typename phoenix::as_actor<I>::type, |
| 931 | | typename phoenix::as_actor<J>::type, |
| 932 | | typename phoenix::as_actor<K>::type, |
| 933 | | typename phoenix::as_actor<L>::type, |
| 934 | | typename phoenix::as_actor<M>::type, |
| 935 | | typename phoenix::as_actor<N>::type, |
| 936 | | typename phoenix::as_actor<O>::type |
| | 921 | ::phoenix::tuple< |
| | 922 | typename ::phoenix::as_actor<A>::type, |
| | 923 | typename ::phoenix::as_actor<B>::type, |
| | 924 | typename ::phoenix::as_actor<C>::type, |
| | 925 | typename ::phoenix::as_actor<D>::type, |
| | 926 | typename ::phoenix::as_actor<E>::type, |
| | 927 | typename ::phoenix::as_actor<F>::type, |
| | 928 | typename ::phoenix::as_actor<G>::type, |
| | 929 | typename ::phoenix::as_actor<H>::type, |
| | 930 | typename ::phoenix::as_actor<I>::type, |
| | 931 | typename ::phoenix::as_actor<J>::type, |
| | 932 | typename ::phoenix::as_actor<K>::type, |
| | 933 | typename ::phoenix::as_actor<L>::type, |
| | 934 | typename ::phoenix::as_actor<M>::type, |
| | 935 | typename ::phoenix::as_actor<N>::type, |
| | 936 | typename ::phoenix::as_actor<O>::type |
| 945 | | typedef typename phoenix::as_actor<A>::type a_t; |
| 946 | | typedef typename phoenix::as_actor<B>::type b_t; |
| 947 | | typedef typename phoenix::as_actor<C>::type c_t; |
| 948 | | typedef typename phoenix::as_actor<D>::type d_t; |
| 949 | | typedef typename phoenix::as_actor<E>::type e_t; |
| 950 | | typedef typename phoenix::as_actor<F>::type f_t; |
| 951 | | typedef typename phoenix::as_actor<G>::type g_t; |
| 952 | | typedef typename phoenix::as_actor<H>::type h_t; |
| 953 | | typedef typename phoenix::as_actor<I>::type i_t; |
| 954 | | typedef typename phoenix::as_actor<J>::type j_t; |
| 955 | | typedef typename phoenix::as_actor<K>::type k_t; |
| 956 | | typedef typename phoenix::as_actor<L>::type l_t; |
| 957 | | typedef typename phoenix::as_actor<M>::type m_t; |
| 958 | | typedef typename phoenix::as_actor<N>::type n_t; |
| 959 | | typedef typename phoenix::as_actor<O>::type o_t; |
| 960 | | typedef phoenix::tuple< |
| | 945 | typedef typename ::phoenix::as_actor<A>::type a_t; |
| | 946 | typedef typename ::phoenix::as_actor<B>::type b_t; |
| | 947 | typedef typename ::phoenix::as_actor<C>::type c_t; |
| | 948 | typedef typename ::phoenix::as_actor<D>::type d_t; |
| | 949 | typedef typename ::phoenix::as_actor<E>::type e_t; |
| | 950 | typedef typename ::phoenix::as_actor<F>::type f_t; |
| | 951 | typedef typename ::phoenix::as_actor<G>::type g_t; |
| | 952 | typedef typename ::phoenix::as_actor<H>::type h_t; |
| | 953 | typedef typename ::phoenix::as_actor<I>::type i_t; |
| | 954 | typedef typename ::phoenix::as_actor<J>::type j_t; |
| | 955 | typedef typename ::phoenix::as_actor<K>::type k_t; |
| | 956 | typedef typename ::phoenix::as_actor<L>::type l_t; |
| | 957 | typedef typename ::phoenix::as_actor<M>::type m_t; |
| | 958 | typedef typename ::phoenix::as_actor<N>::type n_t; |
| | 959 | typedef typename ::phoenix::as_actor<O>::type o_t; |
| | 960 | typedef ::phoenix::tuple< |
| 968 | | phoenix::as_actor<A>::convert(a), |
| 969 | | phoenix::as_actor<B>::convert(b), |
| 970 | | phoenix::as_actor<C>::convert(c), |
| 971 | | phoenix::as_actor<D>::convert(d), |
| 972 | | phoenix::as_actor<E>::convert(e), |
| 973 | | phoenix::as_actor<F>::convert(f), |
| 974 | | phoenix::as_actor<G>::convert(g), |
| 975 | | phoenix::as_actor<H>::convert(h), |
| 976 | | phoenix::as_actor<I>::convert(i), |
| 977 | | phoenix::as_actor<J>::convert(j), |
| 978 | | phoenix::as_actor<K>::convert(k), |
| 979 | | phoenix::as_actor<L>::convert(l), |
| 980 | | phoenix::as_actor<M>::convert(m), |
| 981 | | phoenix::as_actor<N>::convert(n), |
| 982 | | phoenix::as_actor<O>::convert(o) |
| | 968 | ::phoenix::as_actor<A>::convert(a), |
| | 969 | ::phoenix::as_actor<B>::convert(b), |
| | 970 | ::phoenix::as_actor<C>::convert(c), |
| | 971 | ::phoenix::as_actor<D>::convert(d), |
| | 972 | ::phoenix::as_actor<E>::convert(e), |
| | 973 | ::phoenix::as_actor<F>::convert(f), |
| | 974 | ::phoenix::as_actor<G>::convert(g), |
| | 975 | ::phoenix::as_actor<H>::convert(h), |
| | 976 | ::phoenix::as_actor<I>::convert(i), |
| | 977 | ::phoenix::as_actor<J>::convert(j), |
| | 978 | ::phoenix::as_actor<K>::convert(k), |
| | 979 | ::phoenix::as_actor<L>::convert(l), |
| | 980 | ::phoenix::as_actor<M>::convert(m), |
| | 981 | ::phoenix::as_actor<N>::convert(n), |
| | 982 | ::phoenix::as_actor<O>::convert(o) |