Struct template customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type> Boost , The Boost C++ Libraries BoostBook Documentation Subset , Reference
Struct template customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type>
boost::property_tree::customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type>
Synopsis
template < typename Ch, typename Traits, typename F>
struct customize_stream < Ch , Traits , F , typename boost :: enable_if < detail :: is_inexact < F > > :: type > {
static void insert ( std :: basic_ostream < Ch , Traits > & , const F & ) ;
static void extract ( std :: basic_istream < Ch , Traits > & , F & ) ;
} ;
Description
customize_stream public static functions
<static void insert ( std :: basic_ostream < Ch , Traits > & s, const F & e) ; >
<static void extract ( std :: basic_istream < Ch , Traits > & s, F & e) ; >
Статья Struct template customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type> раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Reference ::