Subject: Re: [Boost-users] [variant] Efficiency
From: Olivier Tournaire (olitour_at_[hidden])
Date: 2009-04-04 12:21:42


Thank you Steven,

On Sat, Apr 4, 2009 at 4:41 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:

> AMDG
> The cost is apply_visitor is approximately that of a switch statement.

Suppose I have 2 variant<type1,type2>. Is there something to help
implementing a dispatcher ?

Regards,

Oivier