Teuchos - Trilinos Tools Package
Version of the Day
Loading...
Searching...
No Matches
parser
src
Teuchos_stack.hpp
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TEUCHOS_STACK_HPP
11
#define TEUCHOS_STACK_HPP
12
13
#include <stack>
14
15
namespace
Teuchos
{
16
17
template
<
typename
T>
18
int
size(std::stack<T>
const
& s) {
return
static_cast<
int
>
(s.size()); }
19
20
}
21
22
#endif
Teuchos
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
Generated on Thu Oct 9 2025 20:59:56 for Teuchos - Trilinos Tools Package by
1.9.8