| 47 | // `AugmentedLagrangeState`. |
| 48 | template <class, class = void> |
| 49 | struct IsFunctionState : std::false_type {}; |
| 50 | |
| 51 | template <class S> |
| 52 | struct IsFunctionState<S, std::void_t<decltype(std::declval<S>().value), |
nothing calls this directly
no outgoing calls
no test coverage detected