MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / integer_traits

Class integer_traits

src/toml.hpp:1631–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629 };
1630 template <typename T, bool S = integer_traits_base<T>::is_signed>
1631 struct integer_traits : signed_integer_traits<T>
1632 {};
1633 template <typename T>
1634 struct integer_traits<T, false> : unsigned_integer_traits<T>
1635 {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected