X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost%2Frandom%2Ffisher_f_distribution%2Fparam_type.html;h=68f09a6ded3748a02a9013d9c324b9a92f5aecfb;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=3b6ba54c8681796be1133203e2bc58d54b937d65;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost/random/fisher_f_distribution/param_type.html b/doc/html/boost/random/fisher_f_distribution/param_type.html index 3b6ba54..68f09a6 100644 --- a/doc/html/boost/random/fisher_f_distribution/param_type.html +++ b/doc/html/boost/random/fisher_f_distribution/param_type.html @@ -3,9 +3,9 @@ Class param_type - + - + @@ -20,7 +20,7 @@
-PrevUpHomeNext +PrevUpHomeNext
@@ -39,73 +39,73 @@ typedef fisher_f_distribution distribution_type; // construct/copy/destruct - explicit param_type(RealType = 1.0, RealType = 1.0); + explicit param_type(RealType = 1.0, RealType = 1.0); - // public member functions - RealType m() const; - RealType n() const; + // public member functions + RealType m() const; + RealType n() const; - // friend functions + // friend functions template<typename CharT, typename Traits> friend std::basic_ostream< CharT, Traits > & - operator<<(std::basic_ostream< CharT, Traits > &, const param_type &); + operator<<(std::basic_ostream< CharT, Traits > &, const param_type &); template<typename CharT, typename Traits> friend std::basic_istream< CharT, Traits > & - operator>>(std::basic_istream< CharT, Traits > &, const param_type &); - friend bool operator==(const param_type &, const param_type &); - friend bool operator!=(const param_type &, const param_type &); + operator>>(std::basic_istream< CharT, Traits > &, const param_type &); + friend bool operator==(const param_type &, const param_type &); + friend bool operator!=(const param_type &, const param_type &); };
-

Description

+

Description

-

+

param_type public construct/copy/destruct

  1. -
    explicit param_type(RealType m = 1.0, RealType n = 1.0);
    +
    explicit param_type(RealType m = 1.0, RealType n = 1.0);

    Constructs a param_type from the "m" and "n" parameters of the distribution.

    Requires: m > 0 and n > 0

-

-param_type public member functions

+

+param_type public member functions

  1. -
    RealType m() const;
    +
    RealType m() const;

    Returns the "m" parameter of the distribtuion.

  2. -
    RealType n() const;
    +
    RealType n() const;

    Returns the "n" parameter of the distribution.

-

-param_type friend functions

+

+param_type friend functions

  1. template<typename CharT, typename Traits> 
       friend std::basic_ostream< CharT, Traits > & 
    -  operator<<(std::basic_ostream< CharT, Traits > & os, 
    +  operator<<(std::basic_ostream< CharT, Traits > & os, 
                  const param_type & param);

    Writes a param_type to a std::ostream.

  2. template<typename CharT, typename Traits> 
       friend std::basic_istream< CharT, Traits > & 
    -  operator>>(std::basic_istream< CharT, Traits > & is, 
    +  operator>>(std::basic_istream< CharT, Traits > & is, 
                  const param_type & param);

    Reads a param_type from a std::istream.

  3. -
    friend bool operator==(const param_type & lhs, const param_type & rhs);
    +
    friend bool operator==(const param_type & lhs, const param_type & rhs);

    Returns true if the two sets of parameters are the same.

  4. -
    friend bool operator!=(const param_type & lhs, const param_type & rhs);
    +
    friend bool operator!=(const param_type & lhs, const param_type & rhs);

    Returns true if the two sets of parameters are the different.

@@ -122,7 +122,7 @@
-PrevUpHomeNext +PrevUpHomeNext