Static Public Attributes | List of all members
absl::random_internal::stream_precision_helper< T > Struct Template Reference

#include <iostream_state_saver.h>

Static Public Attributes

static constexpr int kPrecision
 

Detailed Description

template<typename T>
struct absl::random_internal::stream_precision_helper< T >

Definition at line 107 of file abseil-cpp/absl/random/internal/iostream_state_saver.h.

Member Data Documentation

◆ kPrecision

template<typename T >
static constexpr int absl::random_internal::stream_precision_helper< T >::kPrecision
staticconstexpr
Initial value:
=
(std::numeric_limits<T>::max_digits10 > std::numeric_limits<T>::digits10)
? std::numeric_limits<T>::max_digits10
: (std::numeric_limits<T>::digits10 + 3)

Definition at line 109 of file abseil-cpp/absl/random/internal/iostream_state_saver.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:55