ReactOS 0.4.15-dev-8028-g8e799e2
partial_spec.cpp File Reference

Go to the source code of this file.

Classes

struct  template_struct< T1 >
 

Functions

template<class T1 >
int func (T1 p1)
 
template<class T1 >
int func (template_struct< T1 >)
 
int foo ()
 

Function Documentation

◆ foo()

int foo ( )

Definition at line 27 of file partial_spec.cpp.

28{
29 int tmp1 = 0;
31 func(tmp1);
32 func(tmp2);
33 return 0;
34}
GLenum func
Definition: glext.h:6028

◆ func() [1/2]

template<class T1 >
int func ( T1  p1)

◆ func() [2/2]

template<class T1 >
int func ( template_struct< T1 >  )