Create an object having the specified arg_0 and arg_1 as arguments.
Declared in <bslfmt_mockformatcontext.h>
template<
class t_ARG0,
class t_ARG1>
MockFormatContext(
t_ARG0 const& arg_0,
t_ARG1 const& arg_1);
| Name | Description |
|---|---|
| arg_0 | first formatting argument |
| arg_1 | second formatting argument |