Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::join_impl< V1, V2, Enable > Struct Template Reference

A structure that implements the computation of join(V1, V2). More...

#include <join.hh>

Collaboration diagram for vcsn::detail::join_impl< V1, V2, Enable >:

Detailed Description

template<typename V1, typename V2, typename Enable = void>
struct vcsn::detail::join_impl< V1, V2, Enable >

A structure that implements the computation of join(V1, V2).

"type" is the type of the result, and "join" computes the value.

"Enable" is used to discard implementation we want to eliminate (e.g., to avoid ambiguous specializations).

Definition at line 19 of file join.hh.


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