File: vcl_algorithm.txx

package info (click to toggle)
insighttoolkit 3.6.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 94,956 kB
  • ctags: 74,981
  • sloc: cpp: 355,621; ansic: 195,070; fortran: 28,713; python: 3,802; tcl: 1,996; sh: 1,175; java: 583; makefile: 415; csh: 184; perl: 175
file content (29 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef vcl_gcc_libstdcxx_v3_algorithm_txx_
#define vcl_gcc_libstdcxx_v3_algorithm_txx_

#include <vcl_algorithm.h>

#define VCL_SWAP_INSTANTIATE(T) /* */

#define VCL_OPERATOR_NE_INSTANTIATE(T) /* */

#define VCL_CONTAINABLE_INSTANTIATE(T) /* */

#define VCL_SORT_INSTANTIATE(I, T) \
namespace std { template void sort(I, I); }

#define VCL_SORT_INSTANTIATE_CMP(I, T, C) /* */

#define VCL_COPY_INSTANTIATE(Inp, Out) /* */

#define VCL_FIND_INSTANTIATE(I, T) \
namespace std { template I std::find(I, I, T const &); }

#define VCL_FIND_IF_INSTANTIATE(I, P) \
namespace std { template I std::find_if(I, I, P); }

#define VCL_REMOVE_INSTANTIATE(I, T) /* */

#define VCL_UNIQUE_INSTANTIATE(I) /* */

#endif // vcl_gcc_libstdcxx_v3_algorithm_txx_