HomeSort by relevance Sort by last modified time
    Searched full:char_parameter_t (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
char_parameter.hpp 59 class char_parameter_t : public basic_parameter<T,char_name_policy> { class in namespace:boost::BOOST_RT_PARAM_NAMESPACE::cla
63 explicit char_parameter_t( char_type name ) : base( cstring( &name, 1 ) ) {} function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::char_parameter_t
69 inline shared_ptr<char_parameter_t<T> >
72 return shared_ptr<char_parameter_t<T> >( new char_parameter_t<T>( name ) );
77 inline shared_ptr<char_parameter_t<cstring> >
80 return shared_ptr<char_parameter_t<cstring> >( new char_parameter_t<cstring>( name ) );

Completed in 77 milliseconds