IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::FromCharsResult< StrType > Struct Template Reference

#include <ice/string_utils.hxx>

Public Member Functions

constexpr operator bool () const noexcept

Public Attributes

ice::ErrorCode ec
StrType remaining

Member Function Documentation

◆ operator bool()

template<typename StrType>
ice::FromCharsResult< StrType >::operator bool ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ ec

template<typename StrType>
ice::ErrorCode ice::FromCharsResult< StrType >::ec

◆ remaining

template<typename StrType>
StrType ice::FromCharsResult< StrType >::remaining

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