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

Class integer_limits

src/toml.hpp:1601–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599 // integer value_traits specializations - standard types
1600 template <typename T>
1601 struct integer_limits
1602 {
1603 static constexpr auto min = (std::numeric_limits<T>::min)();
1604 static constexpr auto max = (std::numeric_limits<T>::max)();
1605 };
1606 template <typename T>
1607 struct integer_traits_base : integer_limits<T>
1608 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected