[#BloombergLP-bslfmt-MockFormatContext-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/MockFormatContext.adoc[MockFormatContext]::MockFormatContext :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslfmt_mockformatcontext.h>` Create an object having the specified `arg_0` as an argument. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ARG0> xref:BloombergLP/bslfmt/MockFormatContext/2constructor-07.adoc[MockFormatContext](t_ARG0 const& arg_0); ---- [.small]#xref:BloombergLP/bslfmt/MockFormatContext/2constructor-07.adoc[_» more..._]# Create an object having the specified `arg_0` and `arg_1` as arguments. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ARG0, class t_ARG1> xref:BloombergLP/bslfmt/MockFormatContext/2constructor-06.adoc[MockFormatContext]( t_ARG0 const& arg_0, t_ARG1 const& arg_1); ---- [.small]#xref:BloombergLP/bslfmt/MockFormatContext/2constructor-06.adoc[_» more..._]# Create an object having the specified `arg_0`, `arg_1` and `arg_2` as arguments. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ARG0, class t_ARG1, class t_ARG2> xref:BloombergLP/bslfmt/MockFormatContext/2constructor-00.adoc[MockFormatContext]( t_ARG0 const& arg_0, t_ARG1 const& arg_1, t_ARG2 const& arg_2); ---- [.small]#xref:BloombergLP/bslfmt/MockFormatContext/2constructor-00.adoc[_» more..._]# Create an object having the specified `arg_0`, `arg_1`, `arg_2` and `arg_3` as arguments. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ARG0, class t_ARG1, class t_ARG2, class t_ARG3> xref:BloombergLP/bslfmt/MockFormatContext/2constructor-0e.adoc[MockFormatContext]( t_ARG0 const& arg_0, t_ARG1 const& arg_1, t_ARG2 const& arg_2, t_ARG3 const& arg_3); ---- [.small]#xref:BloombergLP/bslfmt/MockFormatContext/2constructor-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#