#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/test/utils/rtti.hpp>
#include <boost/test/utils/assign_op.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/test/detail/suppress_warnings.hpp>
#include <boost/test/detail/enable_warnings.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::nfp | |
boost::nfp::nfp_detail | |
Typedefs | |
typedef named_parameter< char, struct no_params_type_t, char > | boost::nfp::nfp_detail::no_params_type |
Functions | |
void | boost::nfp::nfp_detail::report_access_to_invalid_parameter () |
template<typename T > | |
void | boost::nfp::optionally_assign (T &, nfp_detail::nil) |
template<typename T , typename Source > | |
void | boost::nfp::optionally_assign (T &target, Source const &src) |
template<typename T , typename Params , typename Keyword > | |
void | boost::nfp::optionally_assign (T &target, Params const &p, Keyword k) |