MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / insert

Method insert

source/src/tools/vector.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return base_vector::operator[](where);
75 }
76 void insert(size_t where, const QiVector& other)
77 {
78 base_vector::insert(base_vector::begin() + where, other.begin(), other.end());
79 }
80 void insert(size_t where, const QiVector& other, size_t begin, size_t end)
81 {
82 base_vector::insert(base_vector::begin() + where, other.begin() + begin, other.begin() + end);

Callers 15

toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45
toJsonMethod · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected