示例#1
0
 static no_key extract(Arg1 const&, Arg2 const&)
 {
     return no_key();
 }
示例#2
0
 static no_key extract(Arg const&)
 {
     return no_key();
 }
示例#3
0
 static no_key extract(Arg1 const&, Arg2 const&, Arg3 const&,
         Args const&...)
 {
     return no_key();
 }
示例#4
0
 static no_key extract()
 {
     return no_key();
 }
示例#5
0
 static no_key extract(Args const&...)
 {
     return no_key();
 }