|
Reactions
0.1.0
Handling reaction trees and decays
|
Small structure to define fields without explicitely knowing its type. More...
#include <fields.hpp>


Public Types | |
| using | base_type = std::tuple< Args... > |
| Build the class from the contents. More... | |
Public Member Functions | |
| constexpr | fill (Args &&... args) |
Public Member Functions inherited from std::tuple< Args... > | |
| T | operator= (T... args) |
| T | swap (T... args) |
| T | tuple (T... args) |
Small structure to define fields without explicitely knowing its type.
This class serves as an interface, forwarding its contents. Any class which represents a field must define a constructor from this type.
| using reactions::fill< Args >::base_type = std::tuple<Args...> |
Build the class from the contents.
|
inline |
1.8.13