opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
negative.h
Go to the documentation of this file.
1#pragma once
2
3namespace osc
4{
5 // tag class used to discriminate between positive and negative at
6 // compile-time
7 class Negative final {};
8}
Definition negative.h:7
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56