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

Class always_true

src/indicators.hpp:1133–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131 : if_else<conjuction<is_setting_from_tuple<Settings, Tuple>...>::value>::type {};
1132
1133template <ProgressBarOption Id> struct always_true { static constexpr auto value = true; };
1134
1135template <ProgressBarOption Id, typename Default> Default &&get_impl(Default &&def) {
1136 return std::forward<Default>(def);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected