skip_state< SkippedT, CalledT > Struct Template Reference
Type-safe union type that can hold values of both SkippedT and CalledT types. More...
#include <atria/xform/skip.hpp>
Public Types | |
using | skipped_t = SkippedT |
using | called_t = CalledT |
using | variant_types = meta::pack< skipped_t, called_t > |
using | base_t = eggs::variant< SkippedT, CalledT > |
Detailed Description
template<typename SkippedT, typename CalledT>
struct atria::xform::skip_state< SkippedT, CalledT >
Type-safe union type that can hold values of both SkippedT and CalledT types.
- See also
- skip
The documentation for this struct was generated from the following file:
- src/atria/xform/skip.hpp