Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sacado_Fad_Exp_Extender.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sacado Package
4 //
5 // Copyright 2006 NTESS and the Sacado contributors.
6 // SPDX-License-Identifier: LGPL-2.1-or-later
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef SACADO_FAD_EXP_EXTENDER_HPP
11 #define SACADO_FAD_EXP_EXTENDER_HPP
12 
14 
15 namespace Sacado {
16 
17  namespace Fad {
18  namespace Exp {
19 
21  template <typename T, typename Enabled = void>
22  class Extender : public T {
23  public:
24  using T::T;
25 
26  // Default expression template specialization
28  };
29 
30  } // namespace Exp
31  } // namespace Fad
32 
33 } // namespace Sacado
34 
35 #endif // SACADO_FAD_EXP_EXTENDER_HPP
#define T
Definition: Sacado_rad.hpp:553
Extension class for extending interface of its argument.