Wolframe, 0.0.3

_Wolframe::config::traits Namespace Reference

templates for type dependend characteristics in configuration More...

Functions

template<typename T >
boost::enable_if
< boost::is_enum< T >, T >
::type 
increment (const T &i)
 
template<typename T >
boost::disable_if
< boost::is_enum< T >, T >
::type 
increment (const T &i)
 

Detailed Description

templates for type dependend characteristics in configuration

Function Documentation

template<typename T >
boost::enable_if<boost::is_enum<T>, T>::type _Wolframe::config::traits::increment ( const T &  i)
template<typename T >
boost::disable_if<boost::is_enum<T>, T>::type _Wolframe::config::traits::increment ( const T &  i)