CAF
0.17.6
|
Converts T
to param<T>
unless T
is arithmetic, an atom constant, or a stream handshake.
More...
#include <param.hpp>
Inherits conditional< std::is_arithmetic< T >::value, T, param< T > >.
Converts T
to param<T>
unless T
is arithmetic, an atom constant, or a stream handshake.