STORMM Source Documentation
Loading...
Searching...
No Matches
src
DataTypes
casting_ops.h
1
// -*-c++-*-
2
#ifndef STORMM_CASTING_OPS_H
3
#define STORMM_CASTING_OPS_H
4
5
#include <vector>
6
#include "copyright.h"
7
#include "Topology/atomgraph.h"
8
9
namespace
stormm {
10
namespace
data_types {
11
12
using
topology::AtomGraph;
13
23
const
std::vector<AtomGraph*> constCastVector(
const
std::vector<const AtomGraph*> &va);
25
26
}
// namespace data_types
27
}
// namespace stormm
28
29
#endif
Generated by
1.13.2