Static Public Member Functions | Static Public Attributes | List of all members
format_descriptor< T, detail::enable_if_t< std::is_arithmetic< T >::value > > Struct Template Reference

#include <common.h>

Static Public Member Functions

static std::string format ()
 

Static Public Attributes

static constexpr const char c = "?bBhHiIqQfdg"[detail::is_fmt_numeric<T>::index]
 
static constexpr const char value [2] = {c, '\0'}
 

Detailed Description

template<typename T>
struct format_descriptor< T, detail::enable_if_t< std::is_arithmetic< T >::value > >

Definition at line 1061 of file wrap/pybind11/include/pybind11/detail/common.h.

Member Function Documentation

◆ format()

template<typename T >
static std::string format_descriptor< T, detail::enable_if_t< std::is_arithmetic< T >::value > >::format ( )
inlinestatic

Member Data Documentation

◆ c

template<typename T >
constexpr const char format_descriptor< T, detail::enable_if_t< std::is_arithmetic< T >::value > >::c = "?bBhHiIqQfdg"[detail::is_fmt_numeric<T>::index]
staticconstexpr

◆ value

template<typename T >
constexpr const char format_descriptor< T, detail::enable_if_t< std::is_arithmetic< T >::value > >::value = {c, '\0'}
staticconstexpr

The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:52