Struct spirit
boost::cnv::spirit
Synopsis
struct spirit : public boost::cnv::cnvbase< boost::cnv::spirit > {
typedef boost::cnv::spirit this_type;
typedef boost::cnv::cnvbase< this_type > base_type;
template<typename string_type, typename out_type>
void str_to(cnv::range< string_type >, optional< out_type > &) const;
template<typename in_type, typename char_type>
cnv::range< char_type * > to_str(in_type, char_type *) const;
};
Description
spirit public member functions
- <
template<typenamestring_type,typenameout_type>
voidstr_to(cnv::range<string_type>range,
optional<out_type>&result_out)const;>
- <
template<typenamein_type,typenamechar_type>
cnv::range<char_type*>to_str(in_typevalue_in,char_type*beg)const;
>