tempoch-cpp 0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
qzsst.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "base.hpp"
4
5namespace tempoch {
6
7namespace scale {
8struct QZSST {};
9} // namespace scale
10
11template <> struct is_scale<scale::QZSST> : std::true_type {};
12
13template <> struct ScaleTraits<scale::QZSST> {
15 static constexpr const char *name() { return "QZSST"; }
16};
17
18} // namespace tempoch
constexpr tempoch_scale_tag_t scale_tag_v
static constexpr const char * name()
Definition qzsst.hpp:15