sac-format 0.6.0 C++20 SAC (Seismic Analysis Code) File Library |
Struct containing a pair of words. More...
#include <sac_format.hpp>
Public Attributes | |
T | first {} |
First 'word' in the pair. | |
T | second {} |
Second 'word' in the pair. | |
Struct containing a pair of words.
Prevents bug-prone word-swapping in functions that use a pair of words.
These are not necessarily single words, it could be a pair of word_one or a pair of word_two.
T sacfmt::word_pair< T >::first {} |
First 'word' in the pair.
T sacfmt::word_pair< T >::second {} |
Second 'word' in the pair.