libtmux::mcp::StructuredValue
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
Members
- Array : std::vector< StructuredValue >
- Object : std::map< std::string, StructuredValue, std::less<> >
- Storage : std::variant< std::nullptr_t, bool, std::int64_t, std::string, Array, Object >
- StructuredValue ( ) ( item : bool ) ( Integer : std::integral , item : Integer ) std::integral ( item : std::string ) ( item : std::string_view ) ( item : const char * ) ( item : Array ) ( item : Object )