Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template char_

boost::proto::char_ — A PrimitiveTransform that returns the specified char.

Synopsis

// In header: <boost/proto/transform/integral_c.hpp>

template< I> 
struct char_ :  proto::integral_c<  {
};

PrevUpHomeNext