You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<trclass="memdesc:a6258405e5b172f610aed5709af48bd3a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns <code>fmt::to_string(x)</code> but always with at least one digit after the decimal point. <ahref="namespacedrake.html#a6258405e5b172f610aed5709af48bd3a">More...</a><br/></td></tr>
<trclass="memdesc:ae46fc519bd6eb9cce38978cf135db800"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <ahref="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. <ahref="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">More...</a><br/></td></tr>
<trclass="memdesc:a6258405e5b172f610aed5709af48bd3a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns <code>fmt::to_string(x)</code> but always with at least one digit after the decimal point. <ahref="#a6258405e5b172f610aed5709af48bd3a">More...</a><br/></td></tr>
<trclass="memdesc:ae46fc519bd6eb9cce38978cf135db800"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <ahref="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. <ahref="#ae46fc519bd6eb9cce38978cf135db800">More...</a><br/></td></tr>
<trclass="memdesc:aade4911b7e8d691ef345a2706012a878"><tdclass="mdescLeft"> </td><tdclass="mdescRight">When passing an Eigen::Matrix to fmt, use this wrapper function to instruct fmt to use Drake's custom formatter for Eigen types. <ahref="#aade4911b7e8d691ef345a2706012a878">More...</a><br/></td></tr>
<p>(Advanced.) Returns the absolute path to the given resource_path from Bazel runfiles, or else an error message when not found. </p>
2487
2490
<p>When <aclass="el" href="namespacedrake.html#a9bdf00a0f32970352a90afbae0f4114a" title="(Advanced.) Returns true iff this process has Bazel runfiles available.">HasRunfiles()</a> is false, returns an error. The <code>resource_path</code> looks like <code>workspace/pkg/subpkg/file.ext</code>, e.g., "drake/common/foo.txt". </p>
<p>Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <ahref="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. </p>
2511
+
<p>We provide this wrapper because not all of our supported platforms have a new-enough fmt to rely on it. On platforms with older fmt, we use a Drake re-implementation of the feature that does NOT handle unicode correctly. </p>
0 commit comments