Inferno  0.2
Steps::SwapSubscriptMultiplex Class Reference

Find c ? a[i] : a[j] and replace with a[ c ? i : j ]. More...

#include <fall_out.hpp>

Inheritance diagram for Steps::SwapSubscriptMultiplex:
[legend]
Collaboration diagram for Steps::SwapSubscriptMultiplex:
[legend]

List of all members.

Public Member Functions

 SwapSubscriptMultiplex ()

Detailed Description

Find c ? a[i] : a[j] and replace with a[ c ? i : j ].

Definition at line 30 of file fall_out.hpp.


Constructor & Destructor Documentation


The documentation for this class was generated from the following files: