76 constexpr operator label() const
noexcept {
return 1; }
79 constexpr operator float() const
noexcept {
return 1; }
82 constexpr operator double() const
noexcept {
return 1; }
92static constexpr const one One;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to b...
one value_type
The value type.
one operator[](const label) const noexcept
Component-wise or element-wise access returns one.
constexpr one(Istream &) noexcept
Construct from Istream consumes no content.
constexpr one() noexcept
Default construct.
Typedefs for label/uLabel without requiring label.H.
Istream & operator>>(Istream &, directionInfo &)
static constexpr const one One
Global one (1).