Pretty Good Sum Type  1.0.0
Public Member Functions | List of all members
pgs::recursive_union<> Struct Template Reference

Full specialization. More...

#include <recursive_union.hpp>

Public Member Functions

void copy (std::size_t, recursive_union const &)
 copy is a no-op
 
void move (std::size_t, recursive_union &&)
 move is a no-op
 
void destruct (std::size_t)
 destruct is a no-op
 
bool compare (std::size_t, recursive_union const &) const
 compare returns false
 

Detailed Description

template<>
struct pgs::recursive_union<>

Full specialization.

This specialization applies when there are no more "cases" in the sum


The documentation for this struct was generated from the following file: