|
char & | flatbuffers::string_back (std::string &value) |
|
char | flatbuffers::string_back (const std::string &value) |
|
template<typename T > |
T * | flatbuffers::vector_data (std::vector< T > &vector) |
|
template<typename T > |
const T * | flatbuffers::vector_data (const std::vector< T > &vector) |
|
template<typename T , typename V > |
void | flatbuffers::vector_emplace_back (std::vector< T > *vector, V &&data) |
|
template<class T > |
FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &opt, nullopt_t) FLATBUFFERS_NOEXCEPT |
|
template<class T > |
FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (nullopt_t, const Optional< T > &opt) FLATBUFFERS_NOEXCEPT |
|
template<class T , class U > |
FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const U &rhs) FLATBUFFERS_NOEXCEPT |
|
template<class T , class U > |
FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const T &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
|
template<class T , class U > |
FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
|