MCPcopy Create free account
hub / github.com/PatWie/CppNumericalSolvers / IsFunctionState

Class IsFunctionState

include/cppoptlib/solver/solver.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47// `AugmentedLagrangeState`.
48template <class, class = void>
49struct IsFunctionState : std::false_type {};
50
51template <class S>
52struct IsFunctionState<S, std::void_t<decltype(std::declval<S>().value),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected