Vcsn  2.2
Be Rational
vcsn::detail::welement_weight< bool > Struct Template Reference

Storage for a non-null single-bit weight: don't actually store anything. More...

#include <wet.hh>

Collaboration diagram for vcsn::detail::welement_weight< bool >:

Public Types

using weight_t = bool
 

Public Member Functions

 welement_weight (const weight_t &w)
 
 welement_weight (weight_t &&w)
 
weight_t weight () const
 
void weight (const weight_t &w)
 

Detailed Description

template<>
struct vcsn::detail::welement_weight< bool >

Storage for a non-null single-bit weight: don't actually store anything.

Definition at line 85 of file wet.hh.

Member Typedef Documentation

using vcsn::detail::welement_weight< bool >::weight_t = bool

Definition at line 87 of file wet.hh.

Constructor & Destructor Documentation

vcsn::detail::welement_weight< bool >::welement_weight ( const weight_t w)
inline

Definition at line 88 of file wet.hh.

References vcsn::detail::void.

Definition at line 92 of file wet.hh.

References vcsn::detail::void.

Member Function Documentation

weight_t vcsn::detail::welement_weight< bool >::weight ( ) const
inline

Definition at line 96 of file wet.hh.

void vcsn::detail::welement_weight< bool >::weight ( const weight_t w)
inline

Definition at line 97 of file wet.hh.

References vcsn::detail::void.


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