Sacado Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
mpl
Sacado_mpl_size.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_MPL_SIZE_HPP
11
#define SACADO_MPL_SIZE_HPP
12
13
namespace
Sacado {
14
15
namespace
mpl {
16
17
template
<
class
T>
struct
size_impl
{};
18
19
template
<
class
T>
20
struct
size
:
21
size_impl
<typename T::tag>:: template
apply
<T> {};
22
23
}
24
25
}
26
27
#endif // SACADO_MPL_SIZE_HPP
Sacado::mpl::size_impl
Definition:
Sacado_mpl_size.hpp:17
Sacado::mpl::size
Definition:
Sacado_mpl_size.hpp:20
Sacado::mpl::apply
Definition:
Sacado_mpl_apply.hpp:45
Generated on Thu Apr 3 2025 09:22:58 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5