CVR-Lib last update 20 Sep 2009

cvr::internal::case_t< Y, T, CASE > Struct Template Reference

A "case" in a cvr::internal::switch_t. More...

#include <cvrMetaProgrammingTools.h>


Detailed Description

template<int Y, class T, class CASE = no_type>
struct cvr::internal::case_t< Y, T, CASE >

A "case" in a cvr::internal::switch_t.

If the value used for switching is equal to Y the switch_t returns T, otherwise it goes on with the next CASE. Default for case is cvr::internal::no_type which should be avoided.

See cvr::internal::switch_t for a more detailed documentation.


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

Generated on Sun Sep 20 22:09:12 2009 for CVR-Lib by Doxygen 1.5.8