![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <MatchResults.hpp>
Public Types | |
using | container = Array< StringView > |
using | value_type = StringView |
using | const_reference = const value_type & |
using | reference = value_type & |
using | const_iterator = typename container::const_iterator |
using | iterator = const_iterator |
using | difference_type = StringView::difference_type |
using | size_type = typename container::size_type |
using | allocator_type = typename container::allocator_type |
using | char_type = StringView::value_type |
using | string_type = String |
Public Member Functions | |
SIV3D_NODISCARD_CXX20 | MatchResults ()=default |
SIV3D_NODISCARD_CXX20 | MatchResults (container &&matches) noexcept |
size_type | size () const noexcept |
bool | empty () const noexcept |
bool | isEmpty () const noexcept |
operator bool () const noexcept | |
const_reference | operator[] (size_type index) const noexcept |
const_iterator | begin () const noexcept |
const_iterator | end () const noexcept |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
using s3d::MatchResults::allocator_type = typename container::allocator_type |
using s3d::MatchResults::const_iterator = typename container::const_iterator |
using s3d::MatchResults::const_reference = const value_type& |
using s3d::MatchResults::container = Array<StringView> |
using s3d::MatchResults::reference = value_type& |
using s3d::MatchResults::size_type = typename container::size_type |
using s3d::MatchResults::string_type = String |
|
default |
|
explicitnoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
explicitnoexcept |
|
noexcept |
|
noexcept |