¡@

Home 

c++ Programming Glossary: reallybigfunction

using extern template (C++0x)

http://stackoverflow.com/questions/8130602/using-extern-template-c0x

file size. For example header.h template typename T void ReallyBigFunction Body source1.cpp #include header.h void something1 ReallyBigFunction.. Body source1.cpp #include header.h void something1 ReallyBigFunction int source2.cpp #include header.h void something2 ReallyBigFunction.. int source2.cpp #include header.h void something2 ReallyBigFunction int This will result in the following object files source1.o..