DGtal  1.4.beta
testPartialTemplateSpecialization.cpp File Reference
#include <iostream>
#include <boost/type_traits/is_arithmetic.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <boost/utility/enable_if.hpp>
#include "DGtal/base/Common.h"
Include dependency graph for testPartialTemplateSpecialization.cpp:

Go to the source code of this file.

Functions

int main (int, char **)
 

Detailed Description

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author
David Coeurjolly (david.nosp@m..coe.nosp@m.urjol.nosp@m.ly@l.nosp@m.iris..nosp@m.cnrs.nosp@m..fr ) Laboratoire d'InfoRmatique en Image et Systèmes d'information - LIRIS (CNRS, UMR 5205), CNRS, France
Date
2012/04/23

Functions for testing class cpp11.

This file is part of the DGtal library.

Definition in file testPartialTemplateSpecialization.cpp.

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 80 of file testPartialTemplateSpecialization.cpp.

81 {
82  B<int> a(1);
83 
84  return 0;
85 }