senf::MakeSocketPolicy< Arg1, Arg2, ArgN > Struct Template Reference
[The Policy Framework]

Metafunction to create SocketPolicy. More...

#include <senf/Socket/SocketPolicy.hh>


Detailed Description

template<class Arg1, class Arg2, class ArgN>
struct senf::MakeSocketPolicy< Arg1, Arg2, ArgN >

Metafunction to create SocketPolicy.

This template metafunction simplifies the creation of a SocketPolicy instantiation. It takes any number (that is up to 6) of Policy classes as arguments in any Order. It will create a SocketPolicy from these policy classes. Any axis not specified will be left as Unspecified Axis.

See also:
The Policy Framework

Definition at line 511 of file SocketPolicy.hh.


The documentation for this struct was generated from the following file: