STORMM Source Documentation
Loading...
Searching...
No Matches
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
9namespace stormm {
10namespace data_types {
11
12using topology::AtomGraph;
13
23const std::vector<AtomGraph*> constCastVector(const std::vector<const AtomGraph*> &va);
25
26} // namespace data_types
27} // namespace stormm
28
29#endif