Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct notation

boost::cnv::notation

Synopsis

// In header: <boost/convert/parameters.hpp>


struct notation {

  enum type { fixed, scientific };
};

PrevUpHomeNext