MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / set_value

Method set_value

include/win/boost/wave/cpplexer/cpp_lex_token.hpp:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247 void set_token_id (token_id id_) { make_unique(); data->set_token_id(id_); }
248 void set_value (string_type const &value_) { make_unique(); data->set_value(value_); }
249 void set_position (position_type const &pos_) { make_unique(); data->set_position(pos_); }
250
251 friend bool operator== (lex_token const& lhs, lex_token const& rhs)

Callers 15

syncMethod · 0.45
winrt_async_managerClass · 0.45
operator()Method · 0.45
operator()Method · 0.45
open_record_unlockedMethod · 0.45
make_futureFunction · 0.45
make_ready_futureFunction · 0.45
make_shared_futureFunction · 0.45
operator()Method · 0.45
generalMethod · 0.45

Calls 1

make_uniqueFunction · 0.50

Tested by

no test coverage detected